ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / SlideTransition Enumeration

In This Topic
    SlideTransition Enumeration
    In This Topic
    Identifies the method of transition from one slide to another.
    Syntax
    'Declaration
     
    
    Public Enum SlideTransition 
       Inherits System.Enum
    public enum SlideTransition : System.Enum 
    Members
    MemberDescription
    FadeFades the previous slide smoothly.
    NoneReplaces slides immediately.
    PushFromBottomPushes the new slide from bottom to top.
    PushFromLeftPushes the new slide from left to right.
    PushFromRightPushes the new slide from right to left.
    PushFromTopPushes the new slide from top to bottom.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Tile.SlideTransition

    See Also