'Declaration
<System.ComponentModel.DefaultValueAttribute(15)> <System.ComponentModel.DescriptionAttribute("Gets/sets the number of steps the animation will pass through.")> Public Property Steps As System.Integer
'Usage
Dim instance As NPopupAnimationInfo Dim value As System.Integer instance.Steps = value value = instance.Steps
[System.ComponentModel.DefaultValue(15)] [System.ComponentModel.Description("Gets/sets the number of steps the animation will pass through.")] public System.int Steps {get; set;}