'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Gets/sets the interval for the animation process.")> Public Property AnimationInterval As System.Integer
'Usage
Dim instance As NPopupNotify Dim value As System.Integer instance.AnimationInterval = value value = instance.AnimationInterval
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Gets/sets the interval for the animation process.")] public System.int AnimationInterval {get; set;}