Panel::AutoSizeMode Property

 

Indicates the automatic sizing behavior of the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(true)]
property AutoSizeMode AutoSizeMode {
	virtual AutoSizeMode get();
	virtual void set(AutoSizeMode value);
}

Property Value

Type: System.Windows.Forms::AutoSizeMode

One of the AutoSizeMode values.

Exception Condition
InvalidEnumArgumentException

The specified value when setting this property is not a valid AutoSizeMode values.

.NET Framework
Available since 2.0
Return to top
Show: