Class AddGestures
For fast and lazy gestures handling to attach to dran controls inside the canvas only
public static class AddGestures
- Inheritance
-
AddGestures
- Inherited Members
Fields
AnimationPressedProperty
public static readonly BindableProperty AnimationPressedProperty
Field Value
AnimationTappedProperty
public static readonly BindableProperty AnimationTappedProperty
Field Value
AttachedListeners
public static Dictionary<SkiaControl, AddGestures.GestureListener> AttachedListeners
Field Value
CommandDelayMs
public static int CommandDelayMs
Field Value
CommandLongPressingParameterProperty
public static readonly BindableProperty CommandLongPressingParameterProperty
Field Value
CommandLongPressingProperty
public static readonly BindableProperty CommandLongPressingProperty
Field Value
CommandPressedProperty
public static readonly BindableProperty CommandPressedProperty
Field Value
CommandTappedParameterProperty
public static readonly BindableProperty CommandTappedParameterProperty
Field Value
CommandTappedProperty
public static readonly BindableProperty CommandTappedProperty
Field Value
LockPanningProperty
public static readonly BindableProperty LockPanningProperty
Field Value
TouchEffectColorProperty
public static readonly BindableProperty TouchEffectColorProperty
Field Value
TransformViewProperty
public static readonly BindableProperty TransformViewProperty
Field Value
Methods
GetAnimationPressed(BindableObject)
public static SkiaTouchAnimation GetAnimationPressed(BindableObject view)
Parameters
viewBindableObject
Returns
GetAnimationTapped(BindableObject)
public static SkiaTouchAnimation GetAnimationTapped(BindableObject view)
Parameters
viewBindableObject
Returns
GetCommandLongPressing(BindableObject)
public static ICommand GetCommandLongPressing(BindableObject view)
Parameters
viewBindableObject
Returns
GetCommandLongPressingParameter(BindableObject)
public static object GetCommandLongPressingParameter(BindableObject view)
Parameters
viewBindableObject
Returns
GetCommandPressed(BindableObject)
public static ICommand GetCommandPressed(BindableObject view)
Parameters
viewBindableObject
Returns
GetCommandTapped(BindableObject)
public static ICommand GetCommandTapped(BindableObject view)
Parameters
viewBindableObject
Returns
GetCommandTappedParameter(BindableObject)
public static object GetCommandTappedParameter(BindableObject view)
Parameters
viewBindableObject
Returns
GetLockPanning(BindableObject)
public static bool GetLockPanning(BindableObject view)
Parameters
viewBindableObject
Returns
GetTouchEffectColor(BindableObject)
public static Color GetTouchEffectColor(BindableObject view)
Parameters
viewBindableObject
Returns
GetTransformView(BindableObject)
public static object GetTransformView(BindableObject view)
Parameters
viewBindableObject
Returns
IsActive(SkiaControl)
public static bool IsActive(SkiaControl listener)
Parameters
listenerSkiaControl
Returns
ManageRegistration(SkiaControl)
public static void ManageRegistration(SkiaControl control)
Parameters
controlSkiaControl
SetAnimationPressed(BindableObject, SkiaTouchAnimation)
public static void SetAnimationPressed(BindableObject view, SkiaTouchAnimation value)
Parameters
viewBindableObjectvalueSkiaTouchAnimation
SetAnimationTapped(BindableObject, SkiaTouchAnimation)
public static void SetAnimationTapped(BindableObject view, SkiaTouchAnimation value)
Parameters
viewBindableObjectvalueSkiaTouchAnimation
SetCommandLongPressing(BindableObject, ICommand)
public static void SetCommandLongPressing(BindableObject view, ICommand value)
Parameters
viewBindableObjectvalueICommand
SetCommandLongPressingParameter(BindableObject, object)
public static void SetCommandLongPressingParameter(BindableObject view, object value)
Parameters
viewBindableObjectvalueobject
SetCommandPressed(BindableObject, ICommand)
public static void SetCommandPressed(BindableObject view, ICommand value)
Parameters
viewBindableObjectvalueICommand
SetCommandTapped(BindableObject, ICommand)
public static void SetCommandTapped(BindableObject view, ICommand value)
Parameters
viewBindableObjectvalueICommand
SetCommandTappedParameter(BindableObject, object)
public static void SetCommandTappedParameter(BindableObject view, object value)
Parameters
viewBindableObjectvalueobject
SetLockPanning(BindableObject, bool)
public static void SetLockPanning(BindableObject view, bool value)
Parameters
viewBindableObjectvaluebool
SetTouchEffectColor(BindableObject, Color)
public static void SetTouchEffectColor(BindableObject view, Color value)
Parameters
viewBindableObjectvalueColor
SetTransformView(BindableObject, object)
public static void SetTransformView(BindableObject view, object value)
Parameters
viewBindableObjectvalueobject