'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ControlAutoSizeModeDescr")> Public Property AutoSizeMode As System.Windows.Forms.AutoSizeMode
'Usage
Dim instance As NFontStyleButton Dim value As System.Windows.Forms.AutoSizeMode instance.AutoSizeMode = value value = instance.AutoSizeMode
[SRCategory("CatLayout")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Localizable(true)] [SRDescription("ControlAutoSizeModeDescr")] public System.Windows.Forms.AutoSizeMode AutoSizeMode {get; set;}