C# 클래스 ScnViewGestures.Plugin.Forms.ViewGestures

상속: Xamarin.Forms.ContentView
파일 보기 프로젝트 열기: ScienceSoft-Inc/ViewGestures 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimationEffect AnimationType
SupportGestures GestureType
TagProperty BindableProperty

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PressBeganEffect ( object sender, PositionEventArgs e ) : void
PressEndedEffect ( object sender, EventArgs e ) : void
PressEndedEffectWithDelay ( object sender, EventArgs e ) : void

메소드 상세

GetTagByChild() 공개 정적인 메소드

public static GetTagByChild ( object sender ) : string
sender object
리턴 string

OnDrag() 공개 메소드

public OnDrag ( double distanceX, double distanceY ) : void
distanceX double
distanceY double
리턴 void

OnLongTap() 공개 메소드

public OnLongTap ( ) : void
리턴 void

OnSwipeDown() 공개 메소드

public OnSwipeDown ( ) : bool
리턴 bool

OnSwipeLeft() 공개 메소드

public OnSwipeLeft ( ) : bool
리턴 bool

OnSwipeRight() 공개 메소드

public OnSwipeRight ( ) : bool
리턴 bool

OnSwipeUp() 공개 메소드

public OnSwipeUp ( ) : bool
리턴 bool

OnTap() 공개 메소드

public OnTap ( double positionX, double positionY ) : void
positionX double
positionY double
리턴 void

OnTouch() 공개 메소드

public OnTouch ( GestureType gestureType ) : void
gestureType GestureType
리턴 void

OnTouchBegan() 공개 메소드

public OnTouchBegan ( double positionX, double positionY ) : void
positionX double
positionY double
리턴 void

OnTouchEnded() 공개 메소드

public OnTouchEnded ( ) : void
리턴 void

ViewGestures() 공개 메소드

public ViewGestures ( ) : System
리턴 System

ViewGestures() 공개 메소드

public ViewGestures ( View content ) : System
content Xamarin.Forms.View
리턴 System

프로퍼티 상세

AnimationEffect 공개적으로 프로퍼티

public AnimationType AnimationEffect
리턴 AnimationType

SupportGestures 공개적으로 프로퍼티

public GestureType SupportGestures
리턴 GestureType

TagProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty TagProperty
리턴 BindableProperty