  | 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)
Syntaxpublic int ProgressBarMarqueeAnimationSpeed { get; set; }Public Property ProgressBarMarqueeAnimationSpeed As Integer
	Get
	Set
public:
property int ProgressBarMarqueeAnimationSpeed {
	int get ();
	void set (int value);
}member ProgressBarMarqueeAnimationSpeed : int with get, set
Property Value
Type: 
Int32
            The marquee animation speed of the progress bar in milliseconds. The default value is 100.
            
Remarks
See Also