TdxTileControlItemText.Alignment Property
Specifies how text that spans across multiple lines is aligned within the block.
Declaration
property Alignment: TAlignment read; write; default taLeftJustify;
Property Value
Type | Default |
---|---|
TAlignment | taLeftJustify |
Remarks
This property is in effect if the WordWrap property is set to True and the text spans across multiple lines.
The default value of the Alignment property is taLeftJustify.
See Also