ComponentOne Tiles for WPF and Silverlight
C1.WPF.Tile Namespace / C1SlideTile Class
Members

In This Topic
    C1SlideTile Class
    In This Topic
    The C1SlideTile control slides from front to back according to the SlideDirection property value.
    Object Model
    C1SlideTile Class
    Syntax
    'Declaration
     
    
    Public Class C1SlideTile 
       Inherits C1Tile
    public class C1SlideTile : C1Tile 
    Remarks
    The SlideDirection property might contain any combination of the SlideDirection values. The C1Tile control will randomly slide in the one of available directions.
    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