FMX.TextLayout.TTextLayout.VerticalAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VerticalAlign: TTextAlign read FVerticalAlign write SetVerticalAlign;

C++

__property Fmx::Types::TTextAlign VerticalAlign = {read=FVerticalAlign, write=SetVerticalAlign, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Specifies vertical alignment of the text.

Use the VerticalAlign property to set and get the vertical alignment used to layout the text specified trough the Text property. For the possible values of the vertical alignment, see TTextAlign.

See Also