SwitcherViewAdapter.MinimumSize プロパティ

定義

GetPreferredSize(Size) メソッドで指定できる最小値を取得します。

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

プロパティ値

四角形の幅と高さを表す Size の順序付けされたペア。

実装

Microsoft.SqlServer.Management.Controls.IView.MinimumSize

適用対象