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






    AutoSize Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Overridable Property AutoSize As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also