FMX.StdCtrls.TPresentedTextControl.DefaultTextSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultTextSettings: TTextSettings read GetDefaultTextSettings;

C++

__property Fmx::Graphics::TTextSettings* DefaultTextSettings = {read=GetDefaultTextSettings};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Stores a TTextSettings type object that keeps the default values of the text representation properties.

DefaultTextSettings is set during the loading of the style in the ApplyStyle method.

See Also