| TaskDialogProgressBarMarqueeAnimationSpeed Property |
Gets or sets the marquee animation speed of the progress bar in milliseconds.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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