SwitcherViewAdapter.MinimumSize Property

Definition

Gets the minimum that the GetPreferredSize(Size) method can specify.

public:
 property System::Drawing::Size MinimumSize { System::Drawing::Size get(); };
public System.Drawing.Size MinimumSize { get; }
member this.MinimumSize : System.Drawing.Size
Public ReadOnly Property MinimumSize As Size

Property Value

An ordered pair of Size representing the width and height of a rectangle.

Implements

Microsoft.SqlServer.Management.Controls.IView.MinimumSize

Applies to