'Declaration
<System.ComponentModel.DefaultValueAttribute(1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the small change of the NRangeSlider.")> Public Property SmallChange As System.Double
'Usage
Dim instance As NRangeSlider Dim value As System.Double instance.SmallChange = value value = instance.SmallChange
[System.ComponentModel.DefaultValue(1)] [System.ComponentModel.Description("Gets/sets the small change of the NRangeSlider.")] public System.double SmallChange {get; set;}