| ProgressBarIndeterminateCycleTime 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.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public TimeSpan IndeterminateCycleTime { get; set; }
Public Property IndeterminateCycleTime As TimeSpan
Get
Set
public:
property TimeSpan IndeterminateCycleTime {
TimeSpan get ();
void set (TimeSpan value);
}
member IndeterminateCycleTime : TimeSpan with 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