Graphisoft®

Dialog ManagerVersion: 2.0

StaticText::VAlignType Enum

Vertical alignment type.

enum VAlignType
{
    VTop =  DG_IS_VTOP,
    VCenter =  DG_IS_VCENTER,
    VBottom =  DG_IS_VBOTTOM
};

Value Definitions

VTop
Text is aligned to the top.
VCenter
Text is aligned to the center.
VBottom
Text is aligned to the bottom.