Click or drag to resize
DigitalRuneIGameTimerIsRunning Property
Gets a value indicating whether the timer is running.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
bool IsRunning { get; }

Property Value

Type: Boolean
if the timer is running; otherwise, if the timer is paused. The default value is .
See Also