'Declaration
Public Enum SlideTransition Inherits System.Enum
public enum SlideTransition : System.Enum
'Declaration
Public Enum SlideTransition Inherits System.Enum
public enum SlideTransition : System.Enum
Member | Description |
---|---|
Fade | Fades the previous slide smoothly. |
None | Replaces slides immediately. |
PushFromBottom | Pushes the new slide from bottom to top. |
PushFromLeft | Pushes the new slide from left to right. |
PushFromRight | Pushes the new slide from right to left. |
PushFromTop | Pushes the new slide from top to bottom. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Tile.SlideTransition