Click or drag to resize
DigitalRuneProgressBarIndeterminateCycleTime Property
Gets or sets a value indicating how long an animation cycle in IsIndeterminate mode takes. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public TimeSpan IndeterminateCycleTime { get; set; }

Property Value

Type: TimeSpan
A value indicating how long an animation cycle in IsIndeterminate mode takes. The default value is 4 seconds.
See Also