Application.GetPanGestureRecognizerShouldRecognizeSimultaneously Method
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.
Overloads
GetPanGestureRecognizerShouldRecognizeSimultaneously(BindableObject) |
Returns a Boolean value that tells whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |
GetPanGestureRecognizerShouldRecognizeSimultaneously(IPlatformElementConfiguration<iOS,Application>) |
Returns a Boolean value that tells whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |
GetPanGestureRecognizerShouldRecognizeSimultaneously(BindableObject)
Returns a Boolean value that tells whether the pan gesture recognizer should participate in simultaneous recognition of gestures.
public static bool GetPanGestureRecognizerShouldRecognizeSimultaneously (Xamarin.Forms.BindableObject element);
static member GetPanGestureRecognizerShouldRecognizeSimultaneously : Xamarin.Forms.BindableObject -> bool
Parameters
- element
- BindableObject
The element on which to perform the operation.
Returns
true
for simultaneous recognition. Otherwise, false
.
Applies to
GetPanGestureRecognizerShouldRecognizeSimultaneously(IPlatformElementConfiguration<iOS,Application>)
Returns a Boolean value that tells whether the pan gesture recognizer should participate in simultaneous recognition of gestures.
public static bool GetPanGestureRecognizerShouldRecognizeSimultaneously (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Application> config);
static member GetPanGestureRecognizerShouldRecognizeSimultaneously : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Application> -> bool
Parameters
The platform configuration for the element on which to perform the operation.
Returns
true
for simultaneous recognition. Otherwise, false
.