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