FMX.Skia.TSkLabel.FillTextFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FillTextFlags: TFillTextFlags; override;

C++

virtual Fmx::Graphics::TFillTextFlags __fastcall FillTextFlags();

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Skia.pas
FMX.Skia.hpp
FMX.Skia TSkLabel

Description

Returns the filling direction of the control's text.

FMX.Skia.TSkLabel.FillTextFlags inherits from FMX.Controls.TControl.FillTextFlags. All content below this line refers to FMX.Controls.TControl.FillTextFlags.

Returns the filling direction of the control's text.

FillTextFlags is used by controls that provide the text area to get the filling direction of the text, depending on the reading direction of the control of the current Root, if it exists.

See Also