UIView.GestureRecognizers Property
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 array of UIGestureRecognizers for this UIView.
C#
public virtual UIKit.UIGestureRecognizer[] GestureRecognizers { [Foundation.Export("gestureRecognizers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setGestureRecognizers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.GestureRecognizers : UIKit.UIGestureRecognizer[] with get, set
The default value is null
.
This value can be null
.
- Attributes
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |