FMX.StdCtrls.TButtonSettings.VertAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertAlign default TTextAlign.Center;

C++

__property VertAlign = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TButtonSettings

Description

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

FMX.StdCtrls.TButtonSettings.VertAlign inherits from FMX.Graphics.TTextSettings.VertAlign. All content below this line refers to FMX.Graphics.TTextSettings.VertAlign.

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

VertAlign can have one of the following values, defined in the TTextAlign type:

  • Center--aligns the text on a vertical axis, at the middle of the area containing the current TTextSettings object.
  • Leading---aligns the text on a vertical axis, at the topmost position inside the area containing the current TTextSettings object.
  • Trailing--aligns the text on a vertical axis, at the bottommost position inside the area containing the current TTextSettings object.

See Also