Click or drag to resize
StopwatchIsRunning Property
Gets a value indicating whether the System.Diagnostics.Stopwatch timer is running.

Namespace: System.Diagnostics
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public bool IsRunning { get; }

Property Value

Type: Boolean
See Also