SplitterPanel.AutoSize プロパティ

定義

内容をすべて表示するために SplitterPanel のサイズを自動調整するかどうかを示す値を取得または設定します。 このクラスでは、このプロパティは使用されません。

public:
 property bool AutoSize { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool AutoSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean

プロパティ値

Boolean

SplitterPanel のサイズを自動調整する場合は true。それ以外の場合は false

属性

適用対象