TaskDialogProgressBarMarqueeAnimationSpeed Property

Gets or sets the current animation speed value of the progress bar. This property is used only when ProgressBarStyle is Marquee. Zero value stops the animation.
Default value: 20.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public int ProgressBarMarqueeAnimationSpeed { get; set; }

Property Value

Int32

See Also