FMX.StdCtrls.TPresentedTextControl.VertTextAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertTextAlign: TTextAlign read GetVertTextAlign write SetVertTextAlign default TTextAlign.Center;

C++

__property Fmx::Types::TTextAlign VertTextAlign = {read=GetVertTextAlign, write=SetVertTextAlign, default=0};

Properties

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

Description

Specifies the vertical alignment of the text in this control.

This property can take values of the TTextAlign enumeration.

See Also