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