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