ElementGesturesExtensions 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.
public static class ElementGesturesExtensions
type ElementGesturesExtensions = class
Inheritance
System.Object
ElementGesturesExtensions
Methods
BindClickGesture<TGestureElement>(TGestureElement, String, Object, String, Object)
BindSwipeGesture<TGestureElement>(TGestureElement, String, Object, String, Object)
BindTapGesture<TGestureElement>(TGestureElement, String, Object, String, Object)
ClickGesture<TGestureElement>(TGestureElement, Action<ClickGestureRecognizer>)
Gesture<TGestureElement,TGestureRecognizer>(TGestureElement, Action<TGestureRecognizer>)
PanGesture<TGestureElement>(TGestureElement, Action<PanGestureRecognizer>)
PinchGesture<TGestureElement>(TGestureElement, Action<PinchGestureRecognizer>)
SwipeGesture<TGestureElement>(TGestureElement, Action<SwipeGestureRecognizer>)
TapGesture<TGestureElement>(TGestureElement, Action<TapGestureRecognizer>)
Applies to