'Declaration
<System.ComponentModel.DefaultValueAttribute(15)> <System.ComponentModel.DescriptionAttribute("Gets/sets the interval (in milliseconds) among animation steps.")> Public Property Interval As System.Integer
'Usage
Dim instance As NPopupAnimationInfo Dim value As System.Integer instance.Interval = value value = instance.Interval
[System.ComponentModel.DefaultValue(15)] [System.ComponentModel.Description("Gets/sets the interval (in milliseconds) among animation steps.")] public System.int Interval {get; set;}