In This Article

TransitionDirection Enum

Specifies the direction of a transition.

public enum TransitionDirection

Fields

Name Description
Backward

The transition occurs in a forward direction, typically right to left.

BackwardDown

The transition occurs in a diagonal backward and downward direction, typically top/right to bottom/left.

BackwardUp

The transition occurs in a diagonal backward and upward direction, typically bottom/right to top/left.

Default

The default direction.

Down

The transition occurs in a downward direction.

Forward

The transition occurs in a forward direction, typically left to right.

ForwardDown

The transition occurs in a diagonal forward and downward direction, typically top/left to bottom/right.

ForwardUp

The transition occurs in a diagonal forward and upward direction, typically bottom/left to top/right.

Up

The transition occurs in an upward direction.