ClassPointerPositionChangeEventArgs
Class
Provides data for the PointerPositionChanging and PointerPositionChanged events.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.Pad
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public sealed class PointerPositionChangeEventArgs : EventArgs
Inheritance: objectEventArgsPointerPositionChangeEventArgs
Inherited Members
Constructors
PointerPositionChangeEventArgs(Point)
Initializes a new instance of the PointerPositionChangeEventArgs class.
Declaration
cs-api-definition
public PointerPositionChangeEventArgs(Point relativePosition)
Parameters
relativePosition
Point
The relative position.
Properties
RelativePosition
Gets the relative (between 0 and 1) position of the pointer.
Declaration
cs-api-definition
public Point RelativePosition { get; }
Property Value
Point
The relative position.