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






    AutoScrollMinSize Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("FormAutoScrollMinSizeDescr")>
    Public Property AutoScrollMinSize As System.Drawing.Size
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Size
     
    instance.AutoScrollMinSize = value
     
    value = instance.AutoScrollMinSize
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also