FMX.Header.THeaderItemSettings.HorzAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzAlign default TTextAlign.Leading;

C++

__property HorzAlign = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeaderItemSettings

Description


Specifies how to display the text in terms of horizontal alignment.

FMX.Header.THeaderItemSettings.HorzAlign inherits from FMX.Graphics.TTextSettings.HorzAlign. All content below this line refers to FMX.Graphics.TTextSettings.HorzAlign.

Specifies how to display the text in terms of horizontal alignment.

HorzAlign can have one of the following values, defined in the TTextAlign type: Center, Leading, and Trailing.

Note: When the control is not sufficiently wide enough to accomodate the text, macOS alignment reverts to Leading.

See Also