The C1TileViewItem type exposes the following members.

Constructors

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

Methods

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

Fields

  Name Description
Public field Static member ContentMaximizedProperty
Identifies the ContentMaximized dependency property.
Public field Static member ContentMinimizedProperty
Identifies the ContentMinimized dependency property.
Public field Static member ContentTemplateMaximizedProperty
Identifies the ContentTemplateMaximized dependency property.
Public field Static member ContentTemplateMinimizedProperty
Identifies the ContentTemplateMinimized dependency property.
Public field Static member FocusBrushProperty
Identifies the FocusBrush dependency property.
Public field Static member MouseOverBrushProperty
Identifies the MouseOverBrush dependency property.
Public field Static member PressedBrushProperty
Identifies the PressedBrush dependency property.
Public field Static member TiledStateProperty
Identifies the TiledState dependency property.

Properties

  Name Description
Public property ContentMaximized
Gets or sets the content used when the C1TileViewItem is maximized item. If null, Content()()()() is used.
Public property ContentMinimized
Gets or sets the content used when another C1TileViewItem is maximized. If null, Content()()()() is used.
Public property ContentTemplateMaximized
Gets or sets the DataTemplate used for ContentMaximized.
Public property ContentTemplateMinimized
Gets or sets the DataTemplate used for ContentMinimized.
Public property FocusBrush
Gets or sets the Brush used to highlight the focused control.
Public property Header
Gets or sets the header of this control.
(Inherited from C1HeaderedContentControl.)
Public property HeaderBackground
Gets or sets the background brush of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderFontFamily
Gets or sets the font family of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderFontSize
Gets or sets the font size of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderFontStretch
Gets or sets the font stretch of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderFontStyle
Gets or sets the font style of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderFontWeight
Gets or sets the font weight of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderForeground
Gets or sets the foreground brush of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderPadding
Gets or sets the padding of the header.
(Inherited from C1HeaderedContentControl.)
Public property HeaderTemplate
Gets or sets the data template used to display the header.
(Inherited from C1HeaderedContentControl.)
Public property HorizontalHeaderAlignment
Gets or sets the HorizontalContentAlignment of the header.
(Inherited from C1HeaderedContentControl.)
Public property IsMouseOver
Returns true if the mouse is over the control.
(Inherited from C1HeaderedContentControl.)
Public property MouseOverBrush
Gets or sets the Brush used to highlight the control when it has the mouse over.
Public property PressedBrush
Gets or sets the Brush used to paint a button when it is pressed.
Public property TiledState
Gets or sets the current role of the C1TileViewItem.
Public property VerticalHeaderAlignment
Gets or sets the VerticalContentAlignment of the header.
(Inherited from C1HeaderedContentControl.)

Events

  Name Description
Public event IsMouseOverChanged
Event raised when the [P:IsMouseOver] property has changed.
(Inherited from C1HeaderedContentControl.)

See Also