Vcl.Ribbon.TRibbonObsidianColorMap.DocumentFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DocumentFontColor: TColor read FDocumentFontColor write FDocumentFontColor default 7958633;

C++

__property DocumentFontColor = {default=7958633};

Properties

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

Description

The DocumentFontColor property specifies the font color of the document.

Vcl.Ribbon.TRibbonObsidianColorMap.DocumentFontColor inherits from Vcl.Ribbon.TCustomRibbonColorMap.DocumentFontColor. All content below this line refers to Vcl.Ribbon.TCustomRibbonColorMap.DocumentFontColor.

The DocumentFontColor property specifies the font color of the document.

Use DocumentFontColor to specify or change the font color of the document.

See Also