UIGestureRecognizer.CanPreventGestureRecognizer(UIGestureRecognizer) Method
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.
When overridden, indicates that this UIGestureRecognizer can prevent the specified UIGestureRecognizer from recognizing a gesture.
C#
[Foundation.Export("canPreventGestureRecognizer:")]
public virtual bool CanPreventGestureRecognizer(UIKit.UIGestureRecognizer preventedGestureRecognizer);
abstract member CanPreventGestureRecognizer : UIKit.UIGestureRecognizer -> bool
override this.CanPreventGestureRecognizer : UIKit.UIGestureRecognizer -> bool
- preventedGestureRecognizer
- UIGestureRecognizer
If set to true
, the receiver can block preventedGestureRecognizer from recognizing its gesture. Otherwise set to false
.
- Attributes
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |