'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <SRCategoryAttribute("Layout")> <SRDescriptionAttribute("Specifies the mode by which the user interface element automatically resizes itself.")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.LocalizableAttribute(True)> Public Property AutoSizeMode As System.Windows.Forms.AutoSizeMode
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.AutoSizeMode instance.AutoSizeMode = value value = instance.AutoSizeMode
[System.ComponentModel.Browsable(true)] [SRCategory("Layout")] [SRDescription("Specifies the mode by which the user interface element automatically resizes itself.")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Localizable(true)] public System.Windows.Forms.AutoSizeMode AutoSizeMode {get; set;}