Class MovementDirection
An enum that defines in which direction the content of the Telerik.Windows.Controls.ColorEditor.Pad moves.
Inheritance
System.Object
MovementDirection
Namespace: Telerik.Windows.Controls.ColorEditor.Pad
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class MovementDirection : Enum
Fields
Both
Along the X and Y coordinates.
Declaration
public const MovementDirection Both
Field Value
MovementDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|
X
Only along the X coordinate.
Declaration
public const MovementDirection X
Field Value
MovementDirection
|
Y
Only along the Y coordinate.
Declaration
public const MovementDirection Y
Field Value
MovementDirection
|