Panel::AutoSizeMode Property
.NET Framework (current version)
Indicates the automatic sizing behavior of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property AutoSizeMode AutoSizeMode { virtual AutoSizeMode get(); virtual void set(AutoSizeMode value); }
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The specified value when setting this property is not a valid AutoSizeMode values. |
.NET Framework
Available since 2.0
Available since 2.0
Show: