ComponentOne Tiles for UWP
Adding Content to the Tile Header
Tiles for UWP Task-Based Help > Adding Content to the Tile Header

The Tiles for UWP 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