'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the minimum automatic small change.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(0.1)> Public Property MinAutoSmallChange As System.Double
'Usage
Dim instance As NNumericAxisPagingView Dim value As System.Double instance.MinAutoSmallChange = value value = instance.MinAutoSmallChange
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the minimum automatic small change.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(0.1)] public System.double MinAutoSmallChange {get; set;}