Click or drag to resize

Timer Properties

The Timer type exposes the following members.

Properties
  NameDescription
Public propertyInterval
Gets or sets the interval of this Timer.
Public propertyIsDisposed
Gets whether this resource has been disposed.
(Inherited from Disposable.)
Public propertyIsRepeating
Gets or sets whether this Timer is repeating.
Public propertyIsRunning
Gets or sets whether this Timer is running.
Public propertyTag
Gets or sets a tag containing about this Timer.
Top
See Also