# Text Properties

## Content



The following properties let you customize the appearance of text in the C1Calendar control.

|   **Property**   |   **Description**   |
| --- | --- |
|   [FontFamily](https://msdn.microsoft.com/en-us/library/ms592513)   |   Gets or sets the font family of the control. This is a dependency property.   |
|   [FontSize](https://msdn.microsoft.com/en-us/library/ms592514)   |   Gets or sets the font size. This is a dependency property.   |
|   [FontStretch](https://msdn.microsoft.com/en-us/library/ms592515)   |   Gets or sets the degree to which a font is condensed or expanded on the screen. This is a dependency property.   |
|   [FontStyle](https://msdn.microsoft.com/en-us/library/ms592516)   |   Gets or sets the font style. This is a dependency property.   |
|   [FontWeight](https://msdn.microsoft.com/en-us/library/ms592517)   |   Gets or sets the weight or thickness of the specified font. This is a dependency property.   |
|   [C1Calendar.MonthHeaderFontFamily](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.C1Calendar.MonthHeaderFontFamily.html)   |   Gets or sets a FontFamily object used to display month header text. This is a dependency property.   |
|   [C1Calendar.MonthHeaderFontSize](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.C1Calendar.MonthHeaderFontSize.html)   |   Gets or sets a Double value determining month header font size. This is a dependency property.   |
|   [C1Calendar.MonthHeaderFontWeight](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.C1Calendar.MonthHeaderFontWeight.html)   |   Gets or sets a FontWeight object used to display month header text. This is a dependency property.   |