FMX.StdCtrls.TSpeedButton.TextAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextAlign: TTextAlign read GetTextAlign write SetTextAlign default 1;

C++

__property TextAlign = {default=1};

Properties

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

Description

Specifies the horizontal alignment of the text in this control.

FMX.StdCtrls.TSpeedButton.TextAlign inherits from FMX.StdCtrls.TPresentedTextControl.TextAlign. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.TextAlign.

Specifies the horizontal alignment of the text in this control.

This property can take values of the TTextAlign enumeration.

See Also