Inheritance
System.Object
Constants
public static class Constants
Fields
Declaration
public const float kDoubleTapSlop = 100F
Field Value
Type |
Description |
System.Single |
|
Declaration
public static readonly TimeSpan kDoubleTapTimeout
Field Value
Type |
Description |
System.TimeSpan |
|
Declaration
public const float kDoubleTapTouchSlop = 18F
Field Value
Type |
Description |
System.Single |
|
Declaration
public static readonly TimeSpan kLongPressTimeout
Field Value
Type |
Description |
System.TimeSpan |
|
Declaration
public const float kMaxFlingVelocity = 8000F
Field Value
Type |
Description |
System.Single |
|
Declaration
public const float kMinFlingVelocity = 50F
Field Value
Type |
Description |
System.Single |
|
Declaration
public const float kPanSlop = 36F
Field Value
Type |
Description |
System.Single |
|
Declaration
public static readonly TimeSpan kPressTimeout
Field Value
Type |
Description |
System.TimeSpan |
|
Declaration
public const float kScaleSlop = 18F
Field Value
Type |
Description |
System.Single |
|
Declaration
public const float kTouchSlop = 18F
Field Value
Type |
Description |
System.Single |
|