Class SwipeArgs
Arguments that define additional behavior for Swipe operations.
public class SwipeArgs
- Inheritance
-
SwipeArgs
- Inherited Members
Constructors
SwipeArgs()
Initializes a new instance of the SwipeArgs class with default arguments (swipe from the center of the object).
public SwipeArgs()
Properties
Gesture
The gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only)
public string Gesture { get; set; }
Property Value
Remarks
Needed only if the application developer overrode the default iOS gesture class.
Location
The Location to perform the swipe.
public Location Location { get; set; }
Property Value
Remarks
Default = center of the object