Vcl.WinXCalendars.TCalendarHeaderInfo.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor: TColor read FFontColor write SetFontColor default clBlack;

C++

__property System::Uitypes::TColor FontColor = {read=FFontColor, write=SetFontColor, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarHeaderInfo

Description

Specifies the font color for TCalendarView header elements.

Use the FontColor property to specify the color for the TCalendarView header.

See Also