UIPress.GestureRecognizers Property
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.
The UIGestureRecognizer objects that are receiving the presses.
public virtual UIKit.UIGestureRecognizer[] GestureRecognizers { [Foundation.Export("gestureRecognizers", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.GestureRecognizers : UIKit.UIGestureRecognizer[]
Property Value
An empty array if no UIGestureRecognizer objects are configured to receive the event.
This value can be null
.
- Attributes