[]
Defines the possible directions in which the specified transition effect shall moves.
public enum TransitionDirection
Public Enum TransitionDirection
Name | Description |
---|---|
BottomToTop | The direction is bottom to top. |
LeftToRight | The direction is left to right. |
None | |
RightToLeft | The direction is right to left. |
TopLeftToBottomRight | The direction is Top-left to bottom-right. (Used only when Style is Glitter. |
TopToBottom | The direction is top to bottom. |
Unknown | Value is unknown. |