Search
TouchEventArgs.Timestamp Property
See Also
 






Gets a value indicating when the touch occurred.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Timestamp { get; }

Visual Basic  Copy Code

Public ReadOnly Property Timestamp As Integer

 Property Value

An integer value.

 See Also