Skip to main content

TdxAlertWindowOptionsText.AlignVert Property

Specifies the vertical alignment of a text.

Declaration

property AlignVert: TcxAlignmentVert read; write; default dxAlertWindowDefaultTextAlignVert;

Property Value

Type Default
TcxAlignmentVert dxAlertWindowDefaultTextAlignVert

Remarks

Options include:

Value Description
vaTop The text is top-aligned.
vaBottom The text is bottom-aligned.
vaCenter The text is centered.

The default value of the AlignVert property is specified by the dxAlertWindowDefaultTextAlignVert global constant.

See Also