Vcl.Ribbon.TCustomRibbonColorMap.DocumentFontColor

From RAD Studio API Documentation

Delphi

property DocumentFontColor: TColor read FDocumentFontColor write FDocumentFontColor;

C++

__property System::Uitypes::TColor DocumentFontColor = {read=FDocumentFontColor, write=FDocumentFontColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonColorMap

Description

The DocumentFontColor property specifies the font color of the document.

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

See Also