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