ComponentOne Tiles for WPF and Silverlight
C1.WPF.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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            C1.WPF.C1HeaderedContentControl
                               C1.WPF.Tile.C1TileBase
                                  C1.WPF.Tile.C1Tile
                                     C1.WPF.Tile.C1SlideTile

    See Also