Skip to main content

TdxBarStatic.Alignment Property

Specifies the horizontal placement of the static item control’s caption.

Declaration

property Alignment: TAlignment read; write; default taCenter;

Property Value

Type Default
TAlignment taCenter

Remarks

Options include:

Value Meaning Sample
taLeftJustify Text is left justified (text line begins at the left edge of a control).
taCenter Text is centered within a control.
taRightJustify Text is right justified (text line ends at the right edge of a control).

The default value of the Alignment property is taCenter.

See Also