'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("The minimum step allowed for automatic ticks.")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AutoMinStep As System.Double
'Usage
Dim instance As NNumericScaleConfigurator Dim value As System.Double instance.AutoMinStep = value value = instance.AutoMinStep
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("The minimum step allowed for automatic ticks.")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.double AutoMinStep {get; set;}