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