Button::AutoSizeMode Property
.NET Framework (current version)
Gets or sets the mode by which the Button automatically resizes itself.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property AutoSizeMode AutoSizeMode { AutoSizeMode get(); void set(AutoSizeMode value); }
Property Value
Type: System.Windows.Forms::AutoSizeModeOne of the AutoSizeMode values. The default value is GrowOnly.
.NET Framework
Available since 2.0
Available since 2.0
Show: