PrecisionTimer Properties

Properties

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.
Capabilities Gets the system multimedia timer capabilities.
EventArgs Gets EventArgs specified in Start(EventArgs) used to pass into Tick event.
IsRunning Gets a value indicating whether the PrecisionTimer is running.
Period Gets or sets the time between Tick events, in milliseconds.
Resolution Gets or sets the PrecisionTimer resolution, in milliseconds.

See Also