ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.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
       Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
    public class C1SlideTile : C1Tile, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
    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.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.C1SlideTile

    See Also