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