ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1SlideTile Class / SlideDirection Property

In This Topic
    SlideDirection Property
    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