Class PanArgs
Arguments that define additional behavior for Pan operations.
public class PanArgs
- Inheritance
-
PanArgs
- Inherited Members
Constructors
PanArgs()
Initializes a new instance of the PanArgs class with default arguments.
public PanArgs()
Properties
Gesture
The gesture class designed by the mobile application developer to handle this gesture on this object.
public string Gesture { get; set; }
Property Value
Remarks
Needed only if the application developer overrode the default gesture class.
Velocity
The velocity of the pan operation. (iOS Only)
public double? Velocity { get; set; }
Property Value
Remarks
The velocity must be positive.