UIScreenEdgePanGestureRecognizer 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.
A UIPanGestureRecognizer that recognizes a panning gesture moving from the screen edge inward.
[Foundation.Register("UIScreenEdgePanGestureRecognizer", true)]
public class UIScreenEdgePanGestureRecognizer : UIKit.UIPanGestureRecognizer
[<Foundation.Register("UIScreenEdgePanGestureRecognizer", true)>]
type UIScreenEdgePanGestureRecognizer = class
inherit UIPanGestureRecognizer
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| UIScreenEdgePanGestureRecognizer() |
Creates a new UIScreenEdgePanGestureRecognizer with default values. |
| UIScreenEdgePanGestureRecognizer(Action) |
Initalizes a screen edge pan gesture recognizer. |
| UIScreenEdgePanGestureRecognizer(Action<UIScreenEdgePanGestureRecognizer>) |
Initializes a designated screen edge pan gesture recognizer. |
| UIScreenEdgePanGestureRecognizer(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIScreenEdgePanGestureRecognizer(NSObject, Selector) | |
| UIScreenEdgePanGestureRecognizer(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 | (Inherited from UIPanGestureRecognizer) |
| 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) |
| Edges | |
| 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 | (Inherited from UIPanGestureRecognizer) |
| MinimumNumberOfTouches | (Inherited from UIPanGestureRecognizer) |
| 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) |