FMX.Controls.TTextControl.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor: TAlphaColor read GetFontColor write SetFontColor default TAlphaColorRec.Black;

C++

__property System::Uitypes::TAlphaColor FontColor = {read=GetFontColor, write=SetFontColor, default=-16777216};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Specifies the font color of the text in this TTextControl control.

Use the FontColor property to read or change the font color of the text in this TTextControl control. The default value of the FontColor property is TAlphaColorRec.Black.

See Also