Enum RotationDirection
Specify the direction of the rotation.
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum RotationDirection
Bottom
Rotate around the X axis from top to bottom.
Left
Rotate around the Y axis from left to right.
Right
Rotate around the Y axis from right to left.
Top
Rotate around the X axis from bottom to top.