ComponentOne Tiles for UWP
C1Tile Control
Working with Tiles for UWP > C1Tile Control

The C1Tile control is an animated headered content control that mimics the Windows 10 live tiles behavior. For example, the markup below creates a basic C1Tile control with several properties set:

Markup
Copy Code
<Tile:C1Tile Content="1" BackContent="1" Header="C1Tile" HeaderBackground="#22000000" HeaderPadding="12" Padding="0" BorderBrush="#FF356A21" BorderThickness="2" Background="#FFC410" Foreground="White" FontSize="80" HeaderForeground="White" HeaderFontSize="12" Width="280" Height="200"/>
   

The following image illustrates the result of the above markup, noting some of the set properties:

 

 

The following properties are set in the image/markup above:

For information about templates, see ContentTemplates and BackContentTemplates.

See Also