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