FMX.StdCtrls.TPresentedTextControl.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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Specifies the font color to use when displaying the text.

This property sets or returns a value of the TAlphaColor type.

See Also