'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the custom step when the mode is set to CustomStep")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CustomStep As System.Double
'Usage
Dim instance As NNumericRangeSamplerProvider Dim value As System.Double instance.CustomStep = value value = instance.CustomStep
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the custom step when the mode is set to CustomStep")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.double CustomStep {get; set;}