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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also