'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the minimum scroll size.")> Public Property MinScrollSize As System.Drawing.Size
'Usage
Dim instance As NUIPanel Dim value As System.Drawing.Size instance.MinScrollSize = value value = instance.MinScrollSize
[System.ComponentModel.Description("Gets/sets the minimum scroll size.")] public System.Drawing.Size MinScrollSize {get; set;}