Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowOptionsText.AlignVert Property

Specifies the vertical alignment of a text.

#Declaration

Delphi
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