FMX.Styles.Objects.TStyleTextObject.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor stored False;

C++

__property Color = {stored=false};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TStyleTextObject

Description

Specifies the color of the Text.

FMX.Styles.Objects.TStyleTextObject.Color inherits from FMX.Objects.TText.Color. All content below this line refers to FMX.Objects.TText.Color.

Specifies the color of the Text.

Use Color to set and get the color used to display Text within TText.

See Also