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 Size PreferredSize { get; }
Visual Basic
Public ReadOnly Property PreferredSize As Size
	Get
Visual C++
public:
property Size PreferredSize {
	Size get ();
}
F#
member PreferredSize : Size with get

Property Value

Type: Size

See Also