TouchFrameEventArgs::Timestamp Property

 

Gets the time stamp for this event.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property int Timestamp {
	int get();
	private: void set(int value);
}

Property Value

Type: System::Int32

The time stamp for this event.

.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: