This property is not meaningful for this control.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public override bool AutoSize { get; set; }
Visual Basic
Public Overrides Property AutoSize As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AutoSize {
	bool get () override;
	void set (bool value) override;
}
F#
abstract AutoSize : bool with get, set
override AutoSize : bool with get, set

Property Value

Type: Boolean

See Also