'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the scroll margin. That is the offset from the scrollbars.")> Public Property ScrollMargin As System.Drawing.Size
'Usage
Dim instance As NUIPanel Dim value As System.Drawing.Size instance.ScrollMargin = value value = instance.ScrollMargin
[System.ComponentModel.Description("Gets/sets the scroll margin. That is the offset from the scrollbars.")] public System.Drawing.Size ScrollMargin {get; set;}