FMX.Objects.TText.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetColor, write=SetColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Specifies the color of the Text.

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

See Also