'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the interval used to automatically increment the current position of the waiting rectangle.")> Public Property RepeatInterval As System.Integer
'Usage
Dim instance As NMarqueeProgressElement Dim value As System.Integer instance.RepeatInterval = value value = instance.RepeatInterval
[System.ComponentModel.Description("Gets/sets the interval used to automatically increment the current position of the waiting rectangle.")] public System.int RepeatInterval {get; set;}