Specify the direction of the rotation.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum RotationDirection
Fields
Rotate around the X axis from top to bottom.
C#
Bottom = 3
Rotate around the Y axis from left to right.
C#
Left = 0
Rotate around the Y axis from right to left.
C#
Right = 2
Rotate around the X axis from bottom to top.
C#
Top = 1