Vcl.Ribbon.TRibbonObsidianColorMap.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor: TColor read FFontColor write SetFontColor default 4605510;

C++

__property FontColor = {default=4605510};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonObsidianColorMap

Description


Specifies the theme font color.

Vcl.Ribbon.TRibbonObsidianColorMap.FontColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.FontColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.FontColor.

Specifies the theme font color.

Use the FontColor property to read or change the font color for all action controls that use this instance of TThemedColorMap.

Use the Object Inspector for color maps to change the default settings and customize the look and feel of your applications.

See Also