'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Whether the zoom is animated.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AnimateZooming As System.Boolean
'Usage
Dim instance As NDataZoomTool Dim value As System.Boolean instance.AnimateZooming = value value = instance.AnimateZooming
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Whether the zoom is animated.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool AnimateZooming {get; set;}