Tiles for WinRT
Adding Content to the Tile Header

The Tiles for WinRT 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:

Markup
Copy Code
<c1tile:C1FlipTile Width="280" Height="200" Header="{Binding Name}" />
See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback