Property | Type | Description | |
---|---|---|---|
DoubleTapCommandProperty | BindableProperty | ||
LongPressCommandProperty | BindableProperty | ||
PinchCommandProperty | BindableProperty | ||
PinchScaleProperty | BindableProperty | ||
SingleTapCommandProperty | BindableProperty | ||
SwipeDownCommandProperty | BindableProperty | ||
SwipeLeftCommandProperty | BindableProperty | ||
SwipeRightCommandProperty | BindableProperty | ||
SwipeUpCommandProperty | BindableProperty |
Method | Description | |
---|---|---|
OnDoubleTap ( ) : void | ||
OnLongPress ( ) : void | ||
OnPinch ( ) : void | ||
OnSingleTap ( ) : void | ||
OnSwipeDown ( ) : void | ||
OnSwipeLeft ( ) : void | ||
OnSwipeRight ( ) : void | ||
OnSwipeUp ( ) : void |
public static BindableProperty DoubleTapCommandProperty | ||
return | BindableProperty |
public static BindableProperty LongPressCommandProperty | ||
return | BindableProperty |
public static BindableProperty PinchCommandProperty | ||
return | BindableProperty |
public static BindableProperty PinchScaleProperty | ||
return | BindableProperty |
public static BindableProperty SingleTapCommandProperty | ||
return | BindableProperty |
public static BindableProperty SwipeDownCommandProperty | ||
return | BindableProperty |
public static BindableProperty SwipeLeftCommandProperty | ||
return | BindableProperty |
public static BindableProperty SwipeRightCommandProperty | ||
return | BindableProperty |