[]
TileView for WPF and Silverlight's C1TileView control provides several style properties that you can use to change the appearance of the control.
Note: Dependency properties are external links.
Some of the included styles are described in the table below.
Style | Description |
|---|---|
Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. This is a dependency property. | |
Gets or sets the font style. This is a dependency property. | |
ScrollBarStyle (WPF) ScrollBarStyle (Silverlight) | Determines the style of the scroll bar. |
Gets or sets the style used by this element when it is rendered. This is a dependency property. |
Some of the included templates are described in the table below:
Style (WPF) | Style (Silverlight) | Description |
|---|---|---|
ItemTemplateHeader | Gets or sets the DataTemplate used as title for the items. | |
ItemTemplateMaximized | Gets or sets the DataTemplate used for items in the Maximized state. | |
ItemTemplateMinimized | Gets or sets the DataTemplate used for items in the Minimized state. |