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