MarqueeUpdateInterval Property
In This Topic
Gets or sets the time, in milliseconds, between marquee animation updates.
Syntax
'Declaration
<C1DescriptionAttribute("C1ProgressBar.MarqueeUpdateInterval", "Specifies the time, in milliseconds, between marquee animation updates.")>
<DefaultValueAttribute(0)>
<NotifyParentPropertyAttribute(True)>
Public Property MarqueeUpdateInterval As Integer
[C1Description("C1ProgressBar.MarqueeUpdateInterval", "Specifies the time, in milliseconds, between marquee animation updates.")]
[DefaultValue(0)]
[NotifyParentProperty(true)]
public int MarqueeUpdateInterval {get; set;}
See Also