[]
Defines the possible directions in which the specified transition effect shall moves.
public enum TransitionDirection
BottomToTop = 1
The direction is bottom to top.
LeftToRight = 0
The direction is left to right.
None = 5
RightToLeft = 2
The direction is right to left.
TopLeftToBottomRight = 4
The direction is Top-left to bottom-right. (Used only when Style is Glitter.
TopToBottom = 3
The direction is top to bottom.
Unknown = 6
Value is unknown.