'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("The animation duration type.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AnimationDurationType As AnimationDurationType
'Usage
Dim instance As NDataZoomTool Dim value As AnimationDurationType instance.AnimationDurationType = value value = instance.AnimationDurationType
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("The animation duration type.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public AnimationDurationType AnimationDurationType {get; set;}