ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.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
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.C1HeaderedContentControl
                         C1.Xaml.Tile.C1TileBase
                            C1.Xaml.Tile.C1Tile
                               C1.Xaml.Tile.C1SlideTile

    See Also