ComponentOne Tiles for UWP
Working with Tiles for UWP / C1FlipTile Control
In This Topic
    C1FlipTile Control
    In This Topic

    The C1FlipTile control is based on the C1Tile control. However, the C1FlipTile control includes a different sort of transition animation effect between alternating content. In the C1FlipTile control, the animation makes the tile appear to be flipping between content.

    Here's an example of markup for the C1FlipTile control:

    Markup
    Copy Code
    <Tile:C1FlipTile Content="7" Header="C1FlipTile" HeaderBackground="#22000000" HeaderPadding="12" Padding="0" BorderThickness="2" Background="#8B008B" Foreground="White" FontSize="80" HeaderForeground="White" HeaderFontSize="12" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Width="280" Height="200"/>
    

    The markup above creates the following C1FlipTile control:

     

    See Also