[]
The following properties let you customize the appearance of text in the C1Calendar control.
| Property | Description |
|---|---|
| FontFamily | Gets or sets the font family of the control. This is a dependency property. |
| FontSize | Gets or sets the font size. This is a dependency property. |
| FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. This is a dependency property. |
| FontStyle | Gets or sets the font style. This is a dependency property. |
| FontWeight | Gets or sets the weight or thickness of the specified font. This is a dependency property. |
| C1Calendar.MonthHeaderFontFamily | Gets or sets a FontFamily object used to display month header text. This is a dependency property. |
| C1Calendar.MonthHeaderFontSize | Gets or sets a Double value determining month header font size. This is a dependency property. |
| C1Calendar.MonthHeaderFontWeight | Gets or sets a FontWeight object used to display month header text. This is a dependency property. |