[]
        
(Showing Draft Content)

C1.Win.C1Tile.SlideTransition

SlideTransition Enum

Identifies the method of transition from one slide to another.

Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public enum SlideTransition

Fields

Name 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.