UIPanGestureRecognizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("UIPanGestureRecognizer", true)]
public class UIPanGestureRecognizer : UIKit.UIGestureRecognizer
[<Foundation.Register("UIPanGestureRecognizer", true)>]
type UIPanGestureRecognizer = class
inherit UIGestureRecognizer
- Inheritance
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| UIPanGestureRecognizer() |
Creates a new UIPanGestureRecognizer with default values. |
| UIPanGestureRecognizer(Action) | |
| UIPanGestureRecognizer(Action<UIPanGestureRecognizer>) |
Constructs a gesture recognizer and provides a method to invoke when the gesture is recognized. |
| UIPanGestureRecognizer(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIPanGestureRecognizer(NSObject, Selector) | |
| UIPanGestureRecognizer(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AllowedPressTypes | (Inherited from UIGestureRecognizer) |
| AllowedScrollTypesMask | |
| AllowedTouchTypes | (Inherited from UIGestureRecognizer) |
| ButtonMask | (Inherited from UIGestureRecognizer) |
| CancelsTouchesInView | (Inherited from UIGestureRecognizer) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| DelaysTouchesBegan | (Inherited from UIGestureRecognizer) |
| DelaysTouchesEnded | (Inherited from UIGestureRecognizer) |
| Delegate |
An instance of the UIKit.IUIGestureRecognizerDelegate model class which acts as the class delegate. (Inherited from UIGestureRecognizer) |
| Description | (Inherited from NSObject) |
| Enabled |
Whether the UIGestureRecognizer is enabled. (Inherited from UIGestureRecognizer) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MaximumNumberOfTouches | |
| MinimumNumberOfTouches | |
| ModifierFlags | (Inherited from UIGestureRecognizer) |
| Name | (Inherited from UIGestureRecognizer) |
| NumberOfTouches | (Inherited from UIGestureRecognizer) |
| RequiresExclusiveTouchType | (Inherited from UIGestureRecognizer) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShouldBegin |
Delegate invoked by the object to get a value. (Inherited from UIGestureRecognizer) |
| ShouldBeRequiredToFailBy |
Delegate invoked by the object to get a value. (Inherited from UIGestureRecognizer) |
| ShouldReceiveEvent | (Inherited from UIGestureRecognizer) |
| ShouldReceivePress |
Delegate invoked by the object to get a value. (Inherited from UIGestureRecognizer) |
| ShouldReceiveTouch |
Delegate invoked by the object to get a value. (Inherited from UIGestureRecognizer) |
| ShouldRecognizeSimultaneously |
Delegate invoked by the object to get a value. (Inherited from UIGestureRecognizer) |
| ShouldRequireFailureOf |
Delegate invoked by the object to get a value. (Inherited from UIGestureRecognizer) |
| State | (Inherited from UIGestureRecognizer) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| View | (Inherited from UIGestureRecognizer) |
| WeakDelegate | (Inherited from UIGestureRecognizer) |
| Zone | (Inherited from NSObject) |