'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the margins of the auto scroll area")> Public Property Margins As NMargins
'Usage
Dim instance As NAutoScroller Dim value As NMargins instance.Margins = value value = instance.Margins
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the margins of the auto scroll area")] public NMargins Margins {get; set;}