Vcl.ExtCtrls.TCustomLinkLabel.Alignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Alignment: TLinkAlignment read FAlignment write SetAlignment default taLeftJustify;

C++

__property TLinkAlignment Alignment = {read=FAlignment, write=SetAlignment, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLinkLabel

Description

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