FMX.Graphics.ITextSettings.TextSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextSettings: TTextSettings read GetTextSettings write SetTextSettings;

C++

__property TTextSettings* TextSettings = {read=GetTextSettings, write=SetTextSettings};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics ITextSettings

Description

Declares the property referencing an instance of the TTextSettings class.

Usually in classes supporting ITextSettings, the TextSettings property is used to keep values of styled text representation properties that are set in the Object Inspector or programmatically.

TTextSettings objects provide text representation properties and methods to manage them.

The text representation properties are: TFont.Family, TFont.Size, TFont.Style, FontColor, HorzAlign, VertAlign, Trimming, and WordWrap.

The text representation properties identified in StyledSettings are loaded from the style and cannot be set manually.

See Also