TdxAlertWindowOptionsText.AlignHorz Property
In This Article
Specifies the horizontal alignment of a text.
#Declaration
Delphi
property AlignHorz: TAlignment read; write; default dxAlertWindowDefaultTextAlignHorz;
#Property Value
Type | Default |
---|---|
TAlignment | dx |
#Remarks
Options include:
Value | Description |
---|---|
ta |
The text is left-aligned. |
ta |
The text is right-aligned. |
ta |
The text is centered. |
The default value of the AlignHorz property is specified by the dxAlertWindowDefaultTextAlignHorz global constant.
See Also