C# Class ScnViewGestures.Plugin.Forms.ViewGestures

Inheritance: Xamarin.Forms.ContentView
Afficher le fichier Open project: ScienceSoft-Inc/ViewGestures Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationEffect AnimationType
SupportGestures GestureType
TagProperty BindableProperty

Méthodes publiques

Méthode Description
GetTagByChild ( object sender ) : string
OnDrag ( double distanceX, double distanceY ) : void
OnLongTap ( ) : void
OnSwipeDown ( ) : bool
OnSwipeLeft ( ) : bool
OnSwipeRight ( ) : bool
OnSwipeUp ( ) : bool
OnTap ( double positionX, double positionY ) : void
OnTouch ( GestureType gestureType ) : void
OnTouchBegan ( double positionX, double positionY ) : void
OnTouchEnded ( ) : void
ViewGestures ( ) : System
ViewGestures ( View content ) : System

Private Methods

Méthode Description
PressBeganEffect ( object sender, PositionEventArgs e ) : void
PressEndedEffect ( object sender, EventArgs e ) : void
PressEndedEffectWithDelay ( object sender, EventArgs e ) : void

Method Details

GetTagByChild() public static méthode

public static GetTagByChild ( object sender ) : string
sender object
Résultat string

OnDrag() public méthode

public OnDrag ( double distanceX, double distanceY ) : void
distanceX double
distanceY double
Résultat void

OnLongTap() public méthode

public OnLongTap ( ) : void
Résultat void

OnSwipeDown() public méthode

public OnSwipeDown ( ) : bool
Résultat bool

OnSwipeLeft() public méthode

public OnSwipeLeft ( ) : bool
Résultat bool

OnSwipeRight() public méthode

public OnSwipeRight ( ) : bool
Résultat bool

OnSwipeUp() public méthode

public OnSwipeUp ( ) : bool
Résultat bool

OnTap() public méthode

public OnTap ( double positionX, double positionY ) : void
positionX double
positionY double
Résultat void

OnTouch() public méthode

public OnTouch ( GestureType gestureType ) : void
gestureType GestureType
Résultat void

OnTouchBegan() public méthode

public OnTouchBegan ( double positionX, double positionY ) : void
positionX double
positionY double
Résultat void

OnTouchEnded() public méthode

public OnTouchEnded ( ) : void
Résultat void

ViewGestures() public méthode

public ViewGestures ( ) : System
Résultat System

ViewGestures() public méthode

public ViewGestures ( View content ) : System
content Xamarin.Forms.View
Résultat System

Property Details

AnimationEffect public_oe property

public AnimationType AnimationEffect
Résultat AnimationType

SupportGestures public_oe property

public GestureType SupportGestures
Résultat GestureType

TagProperty public_oe static_oe property

public static BindableProperty TagProperty
Résultat BindableProperty