Vcl.ExtCtrls.TLinkLabel.Alignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Alignment: TCustomLinkLabel.TLinkAlignment read FAlignment write SetAlignment default 0;

C++

__property Alignment = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TLinkLabel

Description

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

Vcl.ExtCtrls.TLinkLabel.Alignment inherits from Vcl.ExtCtrls.TCustomLinkLabel.Alignment. All content below this line refers to Vcl.ExtCtrls.TCustomLinkLabel.Alignment.

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

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 for Windows Vista only, Windows 7, or later Windows operating systems.

See Also