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

In This Topic
    SlideDirection Property (C1SlideTile)
    In This Topic
    Gets or sets the SlideDirection value, determining the set of slide animations which should be applied to the current C1SlideTile control. This is a dependency property. The default value is SlideDirection.All.
    Syntax
    'Declaration
     
    
    Public Property SlideDirection As SlideDirection
    public SlideDirection SlideDirection {get; set;}
    See Also