FMX.Memo.TCustomMemo.TextAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextAlign: TTextAlign read GetTextAlign write SetTextAlign;

C++

__property Fmx::Types::TTextAlign TextAlign = {read=GetTextAlign, write=SetTextAlign, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Specifies the horizontal alignment of the text in the memo control.

Use the TextAlign property to change the horizontal alignment of the text in the memo control. TextAlign can be one of the Center, Leading, or Trailing values defined in TTextAlign.

When you use text representation properties stored in the TextSettings property, remember that TextAlign corresponds to HorzAlign.

See Also