FMX.StdCtrls.TLabel.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor: TAlphaColor read GetFontColor write SetFontColor default -16777216;

C++

__property FontColor = {default=-16777216};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TLabel

Description

Specifies the font color to use when displaying the text.

FMX.StdCtrls.TLabel.FontColor inherits from FMX.StdCtrls.TPresentedTextControl.FontColor. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.FontColor.


Specifies the font color to use when displaying the text.

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

See Also