Class PointerPositionChangeEventArgs
Provides data for the Pointer
Inheritance
System.Object
PointerPositionChangeEventArgs
Namespace: Telerik.Windows.Controls.ColorEditor.Pad
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class PointerPositionChangeEventArgs : EventArgs
Constructors
PointerPositionChangeEventArgs(Point)
Initializes a new instance of the Pointer
Declaration
public PointerPositionChangeEventArgs(Point relativePosition)
Parameters
System. The relative position. |
Properties
RelativePosition
Gets the relative (between 0 and 1) position of the pointer.
Declaration
public Point RelativePosition { get; }
Property Value
System. The relative position. |