'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("The number of animation steps to perform if animated zooming is enabled.")> <System.ComponentModel.DefaultValueAttribute(10)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AnimationSteps As System.Integer
'Usage
Dim instance As NDataZoomTool Dim value As System.Integer instance.AnimationSteps = value value = instance.AnimationSteps
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("The number of animation steps to perform if animated zooming is enabled.")] [System.ComponentModel.DefaultValue(10)] [System.Xml.Serialization.XmlAttribute()] public System.int AnimationSteps {get; set;}