Table of Contents
MonthStyle Property

Gets or sets the styles applied to the CalendarMonth elements in this Calendar. This is a dependency property.

Syntax
 public Style MonthStyle { get; set; }
Remarks

The Calendar control creates one CalendarMonth element for each month. This style applies to those elements.

See Also