Class GestureLayer.Config
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Config is a static class, it provides gestureLayer's timeout information.
public static class GestureLayer.Config
- Inheritance
-
objectGestureLayer.Config
Properties
View SourceDefaultDoubleTapTimeout
Sets or gets the duration for occurring double tap event of gesture layer.
Declaration
public static double DefaultDoubleTapTimeout { get; set; }
Property Value
Type | Description |
---|---|
double |
DefaultLongTapTimeout
Sets or gets the duration for occurring long tap event of gesture layer.
Declaration
public static double DefaultLongTapTimeout { get; set; }
Property Value
Type | Description |
---|---|
double |