ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.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
       Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
    public class C1Tile : C1TileBase, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
    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
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1HeaderedContentControl
                         C1.Silverlight.Tile.C1TileBase
                            C1.Silverlight.Tile.C1Tile
                               C1.Silverlight.Tile.C1FlipTile
                               C1.Silverlight.Tile.C1SlideTile

    See Also