'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the minimum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.")> Public Overridable Property MinimumSize As NSize
'Usage
Dim instance As NBoundableElement Dim value As NSize instance.MinimumSize = value value = instance.MinimumSize
[System.ComponentModel.Description("Gets/sets the minimum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.")] public virtual NSize MinimumSize {get; set;}