# Adding XAML Content to the Tile Header

## Content



The **Tiles for WPF and Silverlight** controls do not support direct XAML content in their **Header** properties. You should either bind the **Header** to some CLR value, or leave it empty and include your desired **Header** content (such as an image) into the Content template.

For example:

```xml
<c1:C1SlideTile Width="280" Height="200" Header="{Binding Name}" />
```

## See Also

[Updating the Tile Content](/componentone/docs/wpf/online-tiles/C1Tiles/UpdatingTileContent)