TdxCustomLayoutItemCaptionOptions.AlignHorz Property
Specifies horizontal caption text alignment.
Declaration
property AlignHorz: TAlignment read; write; default taLeftJustify;
Property Value
Type | Default | Description |
---|---|---|
TAlignment | taLeftJustify | A horizontal alignment option. |
Remarks
Options include:
Value | Layout Item Example | Layout Group Example | Separator Example |
---|---|---|---|
taLeftJustify | |||
taCenter | |||
taRightJustify |
Note
The AlignHorz property has no effect on vertically oriented captions:
- The caption of a layout item or layout group is vertically oriented if the Layout property is set to clLeft or clRight.
- A separator is vertically oriented when the separator’s height exceeds its width on the screen.
The AlignHorz property’s default value is taLeftJustify.
See Also