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