SplitView.IsPaneOpen プロパティ

定義

SplitView ペインを全幅に展開するかどうかを指定する値を取得または設定します。

public:
 property bool IsPaneOpen { bool get(); void set(bool value); };
bool IsPaneOpen();

void IsPaneOpen(bool value);
public bool IsPaneOpen { get; set; }
var boolean = splitView.isPaneOpen;
splitView.isPaneOpen = boolean;
Public Property IsPaneOpen As Boolean
<SplitView IsPaneOpen="bool" .../>
    

プロパティ値

Boolean

bool

ウィンドウ を全幅に展開する場合は true。それ以外の場合は false。 既定値は trueです。

注釈

このプロパティの効果は、 DisplayMode プロパティの値の影響を受けます。

DisplayMode 結果
Inline IsPaneOpen は true です
オーバーレイ IsPaneOpen が false の場合、ペインは非表示になります。
コンパクト IsPaneOpen が false の場合、ペインはコンパクト サイズで表示されます ( 「CompactPaneLength」を参照)。

適用対象