AutoSizeMode Property (LicenseDialog)
In This Topic
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
[SRDescription("ControlAutoSizeModeDescr")]
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Localizable(true)]
public System.Windows.Forms.AutoSizeMode AutoSizeMode {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also