Vcl.WinXCalendars.TCalendarHeaderInfo.DaysOfWeekFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DaysOfWeekFont: TFont read FDaysOfWeekFont write SetDaysOfWeekFont;

C++

__property Vcl::Graphics::TFont* DaysOfWeekFont = {read=FDaysOfWeekFont, write=SetDaysOfWeekFont};

Properties

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

Description

Specifies the font for the days of the week.

Use the DaysOfWeekFont to change the font for days of the week.

See Also