Vcl.ExtCtrls.TCustomLinkLabel.TLinkAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLinkAlignment = taLeftJustify..taRightJustify;

C++

typedef System::Classes::TAlignment TLinkAlignment;

Properties

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

Description

TLinkAlignment specifies how text is aligned within a link label.

The possible values of TLinkAlignment are:



Value Meaning

taLeftJustify

Text is left-justified: All lines begin at the left edge of the link label.

taRightJustify

Text is right-justified: All lines end at the right edge of the link label.



See Also