RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkLabel.Alignment Property

Controls the horizontal placement of the text within the link label.

Pascal
property Alignment: TLinkAlignment;
C++
__property TLinkAlignment Alignment;

Set Alignment to specify how the text of the link label is justified within the ClientRect property of the link label control. The default value of Alignment property is taLeftJustify. The possible values for the Alignment property are taLeftJustify and taRightJustify.

Note: This is available on Windows Vista only.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!