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