C# Class XFExtensions.Controls.Abstractions.GestureView

Inheritance: Xamarin.Forms.ContentView
Afficher le fichier Open project: JC-Chris/XFExtensions

Méthodes publiques

Свойство Type Description
DoubleTapCommandProperty BindableProperty
LongPressCommandProperty BindableProperty
PinchCommandProperty BindableProperty
PinchScaleProperty BindableProperty
SingleTapCommandProperty BindableProperty
SwipeDownCommandProperty BindableProperty
SwipeLeftCommandProperty BindableProperty
SwipeRightCommandProperty BindableProperty
SwipeUpCommandProperty BindableProperty

Méthodes publiques

Méthode Description
OnDoubleTap ( ) : void
OnLongPress ( ) : void
OnPinch ( ) : void
OnSingleTap ( ) : void
OnSwipeDown ( ) : void
OnSwipeLeft ( ) : void
OnSwipeRight ( ) : void
OnSwipeUp ( ) : void

Method Details

OnDoubleTap() public méthode

public OnDoubleTap ( ) : void
Résultat void

OnLongPress() public méthode

public OnLongPress ( ) : void
Résultat void

OnPinch() public méthode

public OnPinch ( ) : void
Résultat void

OnSingleTap() public méthode

public OnSingleTap ( ) : void
Résultat void

OnSwipeDown() public méthode

public OnSwipeDown ( ) : void
Résultat void

OnSwipeLeft() public méthode

public OnSwipeLeft ( ) : void
Résultat void

OnSwipeRight() public méthode

public OnSwipeRight ( ) : void
Résultat void

OnSwipeUp() public méthode

public OnSwipeUp ( ) : void
Résultat void

Property Details

DoubleTapCommandProperty public_oe static_oe property

public static BindableProperty DoubleTapCommandProperty
Résultat BindableProperty

LongPressCommandProperty public_oe static_oe property

public static BindableProperty LongPressCommandProperty
Résultat BindableProperty

PinchCommandProperty public_oe static_oe property

public static BindableProperty PinchCommandProperty
Résultat BindableProperty

PinchScaleProperty public_oe static_oe property

public static BindableProperty PinchScaleProperty
Résultat BindableProperty

SingleTapCommandProperty public_oe static_oe property

public static BindableProperty SingleTapCommandProperty
Résultat BindableProperty

SwipeDownCommandProperty public_oe static_oe property

public static BindableProperty SwipeDownCommandProperty
Résultat BindableProperty

SwipeLeftCommandProperty public_oe static_oe property

public static BindableProperty SwipeLeftCommandProperty
Résultat BindableProperty

SwipeRightCommandProperty public_oe static_oe property

public static BindableProperty SwipeRightCommandProperty
Résultat BindableProperty

SwipeUpCommandProperty public_oe static_oe property

public static BindableProperty SwipeUpCommandProperty
Résultat BindableProperty