TdxCustomLayoutItemCaptionOptions.AlignHorz Property
In This Article
Specifies horizontal caption text alignment.
#Declaration
Delphi
property AlignHorz: TAlignment read; write; default taLeftJustify;
#Property Value
Type | Default | Description |
---|---|---|
TAlignment | ta |
A horizontal alignment option. |
#Remarks
Options include:
Value | Layout Item Example | Layout Group Example | Separator Example |
---|---|---|---|
ta |
![]() |
![]() |
![]() |
ta |
![]() |
![]() |
![]() |
ta |
![]() |
![]() |
![]() |
Note
The Align
- The caption of a layout item or layout group is vertically oriented if the Layout property is set to cl
Left 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