ComponentOne TileControl for WinForms
SlideTransition Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : SlideTransition Enumeration
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

Reference

C1.Win.C1Tile Namespace