# C1TileView Styles and Templates

## Content

**TileView for WPF and Silverlight**'s [C1TileView](/componentone/api/wpf/online-tilesview/dotnet-framework-api/C1.WPF.TileView.4.6.2/C1.WPF.TileView.C1TileView.html) control provides several style properties that you can use to change the appearance of the control.

>type=note
> **Note**: Dependency properties are external links.

Some of the included styles are described in the table below.

| Style | Description |
| ----- | ----------- |
| [FocusVisualStyle](http://msdn2.microsoft.com/en-us/library/ms600878) | 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. |
| [FontStyle](http://msdn2.microsoft.com/en-us/library/ms592516) | Gets or sets the font style. This is a dependency property. |
| **[ScrollBarStyle](/componentone/api/wpf/online-tilesview/dotnet-framework-api/C1.WPF.TileView.4.6.2/C1.WPF.TileView.C1TileView.ScrollBarStyle.html)** (WPF)<br>**ScrollBarStyle** (Silverlight) | Determines the style of the scroll bar. |
| [Style](http://msdn2.microsoft.com/en-us/library/ms600899) | 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](/componentone/api/wpf/online-tilesview/dotnet-framework-api/C1.WPF.TileView.4.6.2/C1.WPF.TileView.C1TileView.ItemTemplateHeader.html) | **ItemTemplateHeader** | Gets or sets the DataTemplate used as title for the items. |
| [ItemTemplateMaximized](/componentone/api/wpf/online-tilesview/dotnet-framework-api/C1.WPF.TileView.4.6.2/C1.WPF.TileView.C1TileView.ItemTemplateMaximized.html) | **ItemTemplateMaximized** | Gets or sets the DataTemplate used for items in the Maximized state. |
| [ItemTemplateMinimized](/componentone/api/wpf/online-tilesview/dotnet-framework-api/C1.WPF.TileView.4.6.2/C1.WPF.TileView.C1TileView.ItemTemplateMinimized.html) | **ItemTemplateMinimized** | Gets or sets the DataTemplate used for items in the Minimized state. |

## See Also

[C1TileView Visual States](/componentone/docs/wpf/online-tilesview/TileViewforWPFLayoutandAppearance/C1TileViewVisualStates)