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