Click or drag to resize

PrecisionTimer Properties

The PrecisionTimer type exposes the following members.

Properties
  Name Description
Public property AutoReset Gets or sets a value indicating whether the PrecisionTimer should raise the Tick event each time the specified period elapses or only after the first time it elapses.
Public property Static member Capabilities Gets the system multimedia timer capabilities.
Public property EventArgs Gets EventArgs specified in Start(EventArgs) used to pass into Tick event.
Public property IsRunning Gets a value indicating whether the PrecisionTimer is running.
Public property Period Gets or sets the time between Tick events, in milliseconds.
Public property Resolution Gets or sets the PrecisionTimer resolution, in milliseconds.
Top
See Also