Vcl.WinXCalendars.TCalendarHeaderInfo.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read FFont write SetFont;

C++

__property Vcl::Graphics::TFont* Font = {read=FFont, write=SetFont};

Properties

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

Description

Specifies the font of header of TCalendarView.

Use the Font property to change the color for TCalendarView header.

See Also