C# Class XFExtensions.Controls.Abstractions.GestureView

Inheritance: Xamarin.Forms.ContentView
ファイルを表示 Open project: JC-Chris/XFExtensions

Public Properties

Property Type Description
DoubleTapCommandProperty BindableProperty
LongPressCommandProperty BindableProperty
PinchCommandProperty BindableProperty
PinchScaleProperty BindableProperty
SingleTapCommandProperty BindableProperty
SwipeDownCommandProperty BindableProperty
SwipeLeftCommandProperty BindableProperty
SwipeRightCommandProperty BindableProperty
SwipeUpCommandProperty BindableProperty

Public Methods

Method Description
OnDoubleTap ( ) : void
OnLongPress ( ) : void
OnPinch ( ) : void
OnSingleTap ( ) : void
OnSwipeDown ( ) : void
OnSwipeLeft ( ) : void
OnSwipeRight ( ) : void
OnSwipeUp ( ) : void

Method Details

OnDoubleTap() public method

public OnDoubleTap ( ) : void
return void

OnLongPress() public method

public OnLongPress ( ) : void
return void

OnPinch() public method

public OnPinch ( ) : void
return void

OnSingleTap() public method

public OnSingleTap ( ) : void
return void

OnSwipeDown() public method

public OnSwipeDown ( ) : void
return void

OnSwipeLeft() public method

public OnSwipeLeft ( ) : void
return void

OnSwipeRight() public method

public OnSwipeRight ( ) : void
return void

OnSwipeUp() public method

public OnSwipeUp ( ) : void
return void

Property Details

DoubleTapCommandProperty public_oe static_oe property

public static BindableProperty DoubleTapCommandProperty
return BindableProperty

LongPressCommandProperty public_oe static_oe property

public static BindableProperty LongPressCommandProperty
return BindableProperty

PinchCommandProperty public_oe static_oe property

public static BindableProperty PinchCommandProperty
return BindableProperty

PinchScaleProperty public_oe static_oe property

public static BindableProperty PinchScaleProperty
return BindableProperty

SingleTapCommandProperty public_oe static_oe property

public static BindableProperty SingleTapCommandProperty
return BindableProperty

SwipeDownCommandProperty public_oe static_oe property

public static BindableProperty SwipeDownCommandProperty
return BindableProperty

SwipeLeftCommandProperty public_oe static_oe property

public static BindableProperty SwipeLeftCommandProperty
return BindableProperty

SwipeRightCommandProperty public_oe static_oe property

public static BindableProperty SwipeRightCommandProperty
return BindableProperty

SwipeUpCommandProperty public_oe static_oe property

public static BindableProperty SwipeUpCommandProperty
return BindableProperty