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