Inheritance
System.Object
GestureLongPressDragUpdateDetails
public class GestureLongPressDragUpdateDetails
Constructors
Declaration
public GestureLongPressDragUpdateDetails(TimeSpan? sourceTimeStamp = default(TimeSpan? ), Offset globalPosition = null, Offset offsetFromOrigin = null)
Parameters
Type |
Name |
Description |
System.Nullable<System.TimeSpan> |
sourceTimeStamp |
|
Offset |
globalPosition |
|
Offset |
offsetFromOrigin |
|
Fields
Declaration
public readonly Offset globalPosition
Field Value
Declaration
public readonly Offset offsetFromOrigin
Field Value
Declaration
public readonly TimeSpan? sourceTimeStamp
Field Value
Type |
Description |
System.Nullable<System.TimeSpan> |
|