StaticText::VAlignType Enum
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.