'Declaration
<System.ComponentModel.CategoryAttribute("General")> <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 NNumericRangeSamplerProvider Dim value As System.Double instance.AutoMinStep = value value = instance.AutoMinStep
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The minimum step allowed for automatic ticks.")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.double AutoMinStep {get; set;}