# Text Properties

## Content

The following properties let you customize the appearance of text in [C1HeaderedContentControl](/componentone/docs/wpf/online-basiclibrary/overview/HeaderedContentControl).

| **Property** | **Description** |
| -------- | ----------- |
| [FontFamily](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.fontfamily?view=netframework-4.5.2) | Gets or sets the font family of the control. This is a dependency property. |
| [Font Size](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.fontsize?view=netframework-4.5.2) | Gets or sets the font size. This is a dependency property. |
| [FontStretch](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.fontstretch?view=netframework-4.5.2) | Gets or sets the degree to which a font is condensed or expanded on the screen. This is a dependency property. |
| [FontStyle](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.fontstyle?view=netframework-4.5.2) | Gets or sets the font style. This is a dependency property. |
| [FontWeight](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.control.fontweight?view=netframework-4.5.2) | Gets or sets the weight or thickness of the specified font. This is a dependency property. |
| [Header](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1HeaderedContentControl.Header.html) | Gets or sets the header of an HeaderedContentControl. |
| [HeaderFontFamily](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1HeaderedContentControl.HeaderFontFamily.html) | Gets or sets the font family of the header. |
| [HeaderFontStretch](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1HeaderedContentControl.HeaderFontStretch.html) | Gets or sets the font stretch of the header. |
| [HeaderFontStyle](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1HeaderedContentControl.HeaderFontStyle.html) | Gets or sets the font style of the header. |
| [HeaderFontWeight](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1HeaderedContentControl.HeaderFontWeight.html) | Gets or sets the font weight of the header. |
