ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class
Members

In This Topic
    C1Tile Class
    In This Topic
    The C1Tile is an animated headered content control which mimics Windows 8 live tiles behavior.
    Object Model
    C1Tile Class
    Syntax
    'Declaration
     
    Public Class C1Tile 
       Inherits C1TileBase
    public class C1Tile : C1TileBase 
    Remarks
    ContentChange storyboards must be defined in the root element resources. To define multiple ContentChange storyboards, set storyboard Key value to any string starting with C1Tile.ContentChangeAnimationName. If control template defines multiple storyboards, the C1Tile control will run corresponding storyboards randomly.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.C1HeaderedContentControl
                         C1.Xaml.Tile.C1TileBase
                            C1.Xaml.Tile.C1Tile
                               C1.Xaml.Tile.C1FlipTile
                               C1.Xaml.Tile.C1SlideTile

    See Also