FMX.Graphics.TFillTextFlag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFillTextFlag = (RightToLeft);

C++

enum class DECLSPEC_DENUM TFillTextFlag : unsigned int { RightToLeft, ftRightToLeft _DEPRECATED_ATTRIBUTE3("Use TFillTextFlag.RightToLeft")  = 0x0 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Specifies the filling direction of a text.

TFillTextFlag has the following value:

Value Meaning

RightToLeft

The filling direction is from right to left.

See Also