Class RotationDirection
Specify the direction of the rotation.
Inheritance
System.Object
RotationDirection
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class RotationDirection : Enum
Fields
Bottom
Rotate around the X axis from top to bottom.
Declaration
public const RotationDirection Bottom
Field Value
RotationDirection
|
Left
Rotate around the Y axis from left to right.
Declaration
public const RotationDirection Left
Field Value
RotationDirection
|
Right
Rotate around the Y axis from right to left.
Declaration
public const RotationDirection Right
Field Value
RotationDirection
|
Top
Rotate around the X axis from bottom to top.
Declaration
public const RotationDirection Top
Field Value
RotationDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|