The C1TileViewItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1TileViewItem |
Initializes a new instance of a C1TileViewItem.
|
Methods
| Name | Description | |
|---|---|---|
|
|
ChangeVisualStateCommon |
Updates the current visual state of the Common visual state group to match the object's properties.
(Inherited from C1HeaderedContentControl.) |
|
|
ChangeVisualStateTiled |
Updates the current visual state of the Tiled visual state group to match the object's properties.
|
|
|
OnApplyTemplate |
Builds the visual tree for the C1TileViewItem control when a new template is applied.
(Overrides C1HeaderedContentControl..::..OnApplyTemplate()()()().) |
Fields
| Name | Description | |
|---|---|---|
|
|
ContentMaximizedProperty |
Identifies the ContentMaximized dependency property.
|
|
|
ContentMinimizedProperty |
Identifies the ContentMinimized dependency property.
|
|
|
ContentTemplateMaximizedProperty |
Identifies the ContentTemplateMaximized dependency property.
|
|
|
ContentTemplateMinimizedProperty |
Identifies the ContentTemplateMinimized dependency property.
|
|
|
FocusBrushProperty |
Identifies the FocusBrush dependency property.
|
|
|
MouseOverBrushProperty |
Identifies the MouseOverBrush dependency property.
|
|
|
PressedBrushProperty |
Identifies the PressedBrush dependency property.
|
|
|
TiledStateProperty |
Identifies the TiledState dependency property.
|
Properties
| Name | Description | |
|---|---|---|
|
|
ContentMaximized |
Gets or sets the content used when the C1TileViewItem is maximized item. If null, Content()()()() is used.
|
|
|
ContentMinimized |
Gets or sets the content used when another C1TileViewItem is maximized. If null, Content()()()() is used.
|
|
|
ContentTemplateMaximized |
Gets or sets the DataTemplate used for ContentMaximized.
|
|
|
ContentTemplateMinimized |
Gets or sets the DataTemplate used for ContentMinimized.
|
|
|
FocusBrush |
Gets or sets the Brush used to highlight the focused control.
|
|
|
Header |
Gets or sets the header of this control.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderBackground |
Gets or sets the background brush of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderFontFamily |
Gets or sets the font family of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderFontSize |
Gets or sets the font size of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderFontStretch |
Gets or sets the font stretch of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderFontStyle |
Gets or sets the font style of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderFontWeight |
Gets or sets the font weight of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderForeground |
Gets or sets the foreground brush of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderPadding |
Gets or sets the padding of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HeaderTemplate |
Gets or sets the data template used to display the header.
(Inherited from C1HeaderedContentControl.) |
|
|
HorizontalHeaderAlignment |
Gets or sets the HorizontalContentAlignment of the header.
(Inherited from C1HeaderedContentControl.) |
|
|
IsMouseOver |
Returns true if the mouse is over the control.
(Inherited from C1HeaderedContentControl.) |
|
|
MouseOverBrush |
Gets or sets the Brush used to highlight the control when it has the mouse over.
|
|
|
PressedBrush |
Gets or sets the Brush used to paint a button when it is pressed.
|
|
|
TiledState |
Gets or sets the current role of the C1TileViewItem.
|
|
|
VerticalHeaderAlignment |
Gets or sets the VerticalContentAlignment of the header.
(Inherited from C1HeaderedContentControl.) |
Events
| Name | Description | |
|---|---|---|
|
|
IsMouseOverChanged |
Event raised when the [P:IsMouseOver] property has changed.
(Inherited from C1HeaderedContentControl.) |