RAD Studio VCL Reference
|
Determines how text is aligned within the component.
property Alignment: TAlignment;
__property TAlignment Alignment;
The possible values of Alignment are
Value |
Meaning |
taLeftJustify |
Text is aligned at the left of the control. |
taCenter |
Text is centered in the control. |
taRightJustify |
Text is aligned at the right of the control. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|