TdxAlertWindowOptionsText.AlignVert Property
In This Article
Specifies the vertical alignment of a text.
#Declaration
Delphi
property AlignVert: TcxAlignmentVert read; write; default dxAlertWindowDefaultTextAlignVert;
#Property Value
Type | Default |
---|---|
Tcx |
dx |
#Remarks
Options include:
Value | Description |
---|---|
va |
The text is top-aligned. |
va |
The text is bottom-aligned. |
va |
The text is centered. |
The default value of the AlignVert property is specified by the dxAlertWindowDefaultTextAlignVert global constant.
See Also