Class PullGestureRecognizer
public class PullGestureRecognizer : GestureRecognizer, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IStyleable, INamed
- Inheritance
-
PullGestureRecognizer
- Implements
- Inherited Members
- Extension Methods
Constructors
PullGestureRecognizer()
public PullGestureRecognizer()
PullGestureRecognizer(PullDirection)
public PullGestureRecognizer(PullDirection pullDirection)
Parameters
pullDirection
PullDirection
Fields
PullDirectionProperty
Defines the PullDirection property.
public static readonly StyledProperty<PullDirection> PullDirectionProperty
Field Value
Properties
PullDirection
public PullDirection PullDirection { get; set; }
Property Value
Methods
PointerCaptureLost(IPointer)
protected override void PointerCaptureLost(IPointer pointer)
Parameters
pointer
IPointer
PointerMoved(PointerEventArgs)
protected override void PointerMoved(PointerEventArgs e)
Parameters
PointerPressed(PointerPressedEventArgs)
protected override void PointerPressed(PointerPressedEventArgs e)
Parameters
PointerReleased(PointerReleasedEventArgs)
protected override void PointerReleased(PointerReleasedEventArgs e)