_CalendarView.DayWeekFont Property

Returns a ViewFont object that represents the font used when displaying items for a specified day in the CalendarView object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property DayWeekFont As ViewFont
    Get
'Usage
Dim instance As _CalendarView
Dim value As ViewFont

value = instance.DayWeekFont
ViewFont DayWeekFont { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.ViewFont

Remarks

The value of this property also represents the font used to display the day header and the minute portion of the time header when the CalendarViewMode property of the CalendarView object is set to either olCalendarViewDay, olCalendarViewMultiDay, olCalendarViewWeek, or olCalendarView5DayWeek.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace