VERTICAL_ALIGN


This enumeration has been removed in release 10.0.0. Use VerticalAlign enumeration instead.

Describes text vertical alignment.

You can find more information in comments below.

enum VERTICAL_ALIGN // Text vertical alignement
    {
        vaTop, // Aligned to the top
        vaMiddle, // Aligned to the center vertically
        vaBottom // Aligned to the bottom
    };
Namespace: nitisa
Include: Nitisa/Core/Enums.h