The C1HeaderedContentControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1HeaderedContentControl |
Initializes a new instance of a C1HeaderedContentControl.
|
Methods
| Name | Description | |
|---|---|---|
|
|
ChangeVisualStateCommon |
Updates the current visual state of the Common visual state group to match the object's properties.
|
|
|
OnApplyTemplate |
Builds the visual tree for the C1HeaderedContentControl control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().) |
Fields
| Name | Description | |
|---|---|---|
|
|
HeaderBackgroundProperty |
Identifies the HeaderBackground dependency property.
|
|
|
HeaderFontFamilyProperty |
Identifies the HeaderFontFamily dependency property.
|
|
|
HeaderFontSizeProperty |
Identifies the HeaderFontSize dependency property.
|
|
|
HeaderFontStretchProperty |
Identifies the HeaderFontStretch dependency property.
|
|
|
HeaderFontStyleProperty |
Identifies the HeaderFontStyle dependency property.
|
|
|
HeaderFontWeightProperty |
Identifies the HeaderFontWeight dependency property.
|
|
|
HeaderForegroundProperty |
Identifies the HeaderForeground dependency property.
|
|
|
HeaderPaddingProperty |
Identifies the HeaderPadding dependency property.
|
|
|
HeaderProperty |
Identifies the Header dependency property.
|
|
|
HeaderTemplateProperty |
Identifies the HeaderTemplate dependency property.
|
|
|
HorizontalHeaderAlignmentProperty |
Identifies the HorizontalHeaderAlignment dependency property.
|
|
|
IsMouseOverProperty |
Identifies the IsMouseOver dependency property.
|
|
|
VerticalHeaderAlignmentProperty |
Identifies the VerticalHeaderAlignment dependency property.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Header |
Gets or sets the header of this control.
|
|
|
HeaderBackground |
Gets or sets the background brush of the header.
|
|
|
HeaderFontFamily |
Gets or sets the font family of the header.
|
|
|
HeaderFontSize |
Gets or sets the font size 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.
|
|
|
HeaderForeground |
Gets or sets the foreground brush of the header.
|
|
|
HeaderPadding |
Gets or sets the padding of the header.
|
|
|
HeaderTemplate |
Gets or sets the data template used to display the header.
|
|
|
HorizontalHeaderAlignment |
Gets or sets the HorizontalContentAlignment of the header.
|
|
|
IsMouseOver |
Returns true if the mouse is over the control.
|
|
|
VerticalHeaderAlignment |
Gets or sets the VerticalContentAlignment of the header.
|
Events
| Name | Description | |
|---|---|---|
|
|
IsMouseOverChanged |
Event raised when the [P:IsMouseOver] property has changed.
|