Class WebPanArgs
Arguments that define additional behavior for the Pan method.
public class WebPanArgs : TimedGestureArgs
- Inheritance
-
WebPanArgs
- Inherited Members
Constructors
WebPanArgs(long, long)
Initializes a new instance of the WebPinchArgs class with default arguments (pans at the center of the object in 0.5 seconds).
public WebPanArgs(long deltaX, long deltaY)
Parameters
Properties
DeltaX
The distance moved on the x-axis, relative to the start point.
public long DeltaX { get; set; }
Property Value
DeltaY
The distance moved on the y-axis, relative to the start point.
public long DeltaY { get; set; }