TwoPaneView.Mode プロパティ

定義

ウィンドウの表示方法を示す値を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TwoPaneView.Mode (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

public:
 property TwoPaneViewMode Mode { TwoPaneViewMode get(); };
TwoPaneViewMode Mode();
public TwoPaneViewMode Mode { get; }
var twoPaneViewMode = twoPaneView.mode;
Public ReadOnly Property Mode As TwoPaneViewMode

プロパティ値

ペインの表示方法を示す列挙値。

適用対象