Click or drag to resize

TaskDialogProgressBarMarqueeAnimationSpeed Property

Gets or sets the marquee animation speed of the progress bar in milliseconds.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ProgressBarMarqueeAnimationSpeed { get; set; }

Property Value

Type: Int32
The marquee animation speed of the progress bar in milliseconds. The default value is 100.
Remarks
This property is only used if the ProgressBarStyle property is MarqueeProgressBar.
See Also