'Declaration
<System.ComponentModel.DefaultValueAttribute(System.Drawing.Size, "0, 0")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <SRCategoryAttribute("CatLayout")> <SRDescriptionAttribute("FormMaximumSizeDescr")> Public Overridable Property MaximumSize As System.Drawing.Size
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Size instance.MaximumSize = value value = instance.MaximumSize
[System.ComponentModel.DefaultValue(System.Drawing.Size, "0, 0")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [SRCategory("CatLayout")] [SRDescription("FormMaximumSizeDescr")] public virtual System.Drawing.Size MaximumSize {get; set;}