AdvancedProgressBarMarqueeAnimationSpeed Property

Gets or sets the interval in milliseconds between two frames of the marquee animation.
Default value: 100.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(100)]
public int MarqueeAnimationSpeed { get; set; }

Property Value

Int32

See Also