JVCL Help:TJvCustomLabel.Alignment
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomLabel.Alignment Property
[+] TJvCustomLabel Methods
[+] TJvCustomLabel Properties
Search in JVCL Help
Search in all projectsSummary
Controls the horizontal placement of the text within the label.
Pascal
propertyAlignment: TAlignment;
Description
Set Alignment to specify how the text of the label is justified within the ClientRect of the label control. The effect of the Alignment property is more obvious if the WordWrap property is true and the label includes more than one line of text.
These are the possible values:
Value | Meaning |
taLeftJustify | Align text on the left side in the edit control. |
taCenter | Center the text in the edit control. |
taRightJustify | Align text on the right side in the edit control. |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page