The following properties let you customize the appearance of text in C1HeaderedContentControl.
Property | Description |
---|---|
FontFamily | Gets or sets the font family of the control. This is a dependency property. |
Font Size | 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. |
Header | Gets or sets the header of an HeaderedContentControl. |
HeaderFontFamily | Gets or sets the font family of the header. |
HeaderFontStretch | Gets or sets the font stretch of the header. |
HeaderFontStyle | Gets or sets the font style of the header. |
HeaderFontWeight | Gets or sets the font weight of the header. |