DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / MaximumSize Property






    MaximumSize Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("FormMaximumSizeDescr")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <System.ComponentModel.DefaultValueAttribute(System.Drawing.Size, "0, 0")>
    Public Overridable Property MaximumSize As System.Drawing.Size
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Size
     
    instance.MaximumSize = value
     
    value = instance.MaximumSize
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also