FMX.StdCtrls.TLabel.VertTextAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertTextAlign: TTextAlign read GetVertTextAlign write SetVertTextAlign default 0;

C++

__property VertTextAlign = {default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TLabel

Description

Specifies the vertical alignment of the text in this control.

FMX.StdCtrls.TLabel.VertTextAlign inherits from FMX.StdCtrls.TPresentedTextControl.VertTextAlign. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.VertTextAlign.


Specifies the vertical alignment of the text in this control.

This property can take values of the TTextAlign enumeration.

See Also