The C1HeaderedContentControl type exposes the following members.

Constructors

  Name Description
Public method C1HeaderedContentControl
Initializes a new instance of a C1HeaderedContentControl.

Methods

  Name Description
Protected method ChangeVisualStateCommon
Updates the current visual state of the Common visual state group to match the object's properties.
Protected method OnApplyTemplate
Builds the visual tree for the C1HeaderedContentControl control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().)

Fields

  Name Description
Public field Static member HeaderBackgroundProperty
Identifies the HeaderBackground dependency property.
Public field Static member HeaderFontFamilyProperty
Identifies the HeaderFontFamily dependency property.
Public field Static member HeaderFontSizeProperty
Identifies the HeaderFontSize dependency property.
Public field Static member HeaderFontStretchProperty
Identifies the HeaderFontStretch dependency property.
Public field Static member HeaderFontStyleProperty
Identifies the HeaderFontStyle dependency property.
Public field Static member HeaderFontWeightProperty
Identifies the HeaderFontWeight dependency property.
Public field Static member HeaderForegroundProperty
Identifies the HeaderForeground dependency property.
Public field Static member HeaderPaddingProperty
Identifies the HeaderPadding dependency property.
Public field Static member HeaderProperty
Identifies the Header dependency property.
Public field Static member HeaderTemplateProperty
Identifies the HeaderTemplate dependency property.
Public field Static member HorizontalHeaderAlignmentProperty
Identifies the HorizontalHeaderAlignment dependency property.
Public field Static member IsMouseOverProperty
Identifies the IsMouseOver dependency property.
Public field Static member VerticalHeaderAlignmentProperty
Identifies the VerticalHeaderAlignment dependency property.

Properties

  Name Description
Public property Header
Gets or sets the header of this control.
Public property HeaderBackground
Gets or sets the background brush of the header.
Public property HeaderFontFamily
Gets or sets the font family of the header.
Public property HeaderFontSize
Gets or sets the font size of the header.
Public property HeaderFontStretch
Gets or sets the font stretch of the header.
Public property HeaderFontStyle
Gets or sets the font style of the header.
Public property HeaderFontWeight
Gets or sets the font weight of the header.
Public property HeaderForeground
Gets or sets the foreground brush of the header.
Public property HeaderPadding
Gets or sets the padding of the header.
Public property HeaderTemplate
Gets or sets the data template used to display the header.
Public property HorizontalHeaderAlignment
Gets or sets the HorizontalContentAlignment of the header.
Public property IsMouseOver
Returns true if the mouse is over the control.
Public property VerticalHeaderAlignment
Gets or sets the VerticalContentAlignment of the header.

Events

  Name Description
Public event IsMouseOverChanged
Event raised when the [P:IsMouseOver] property has changed.

See Also