'Declaration
<System.ComponentModel.CategoryAttribute("Nevron.SizeInfo")> <System.ComponentModel.DescriptionAttribute("Gets or sets the minimum size to be used. Empty by default.")> Public Property MinimumSize As System.Drawing.Size
'Usage
Dim instance As NSizeInfo Dim value As System.Drawing.Size instance.MinimumSize = value value = instance.MinimumSize
[System.ComponentModel.Category("Nevron.SizeInfo")] [System.ComponentModel.Description("Gets or sets the minimum size to be used. Empty by default.")] public System.Drawing.Size MinimumSize {get; set;}