'Declaration
<System.ComponentModel.CategoryAttribute("View")> <System.ComponentModel.DescriptionAttribute("Controls the small scoll change of the scrollbars (in pixels)")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Overridable Property SmallScrollChange As NSize
'Usage
Dim instance As NView Dim value As NSize instance.SmallScrollChange = value value = instance.SmallScrollChange
[System.ComponentModel.Category("View")] [System.ComponentModel.Description("Controls the small scoll change of the scrollbars (in pixels)")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public virtual NSize SmallScrollChange {get; set;}