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






    AutoSizeMode Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRDescriptionAttribute("ControlAutoSizeModeDescr")>
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.LocalizableAttribute(True)>
    Public Property AutoSizeMode As System.Windows.Forms.AutoSizeMode
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.AutoSizeMode
     
    instance.AutoSizeMode = value
     
    value = instance.AutoSizeMode
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also