'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the current value of the NScrollBar.")> Public Overridable Property Value As System.Double
'Usage
Dim instance As NRangeSlider Dim value As System.Double instance.Value = value value = instance.Value
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the current value of the NScrollBar.")] public virtual System.double Value {get; set;}