Skip to main content
A newer version of this page is available. .

TcxCustomEditButton.ContentAlignment Property

Specifies the button’s text alignment.

Declaration

property ContentAlignment: TAlignment read; write; default taCenter;

Property Value

Type Default
TAlignment taCenter

Remarks

Use this property to align the text specified by the Caption property within the button. The ContentAlignment property is in effect when the button’s Kind property is set to bkText.

The default value of the ContentAlignment property is taCenter.

See Also