TwoPaneViewMode 列挙型

定義

TwoPaneView にウィンドウがどのように表示されるかを指定する定数を定義します。

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

public enum class TwoPaneViewMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewMode
Public Enum TwoPaneViewMode
継承
TwoPaneViewMode
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

フィールド

SinglePane 0

表示されるウィンドウは 1 つのみです。

Tall 2

ウィンドウは上下に表示されます。

Wide 1

ウィンドウは横に並べて表示されます。

適用対象

こちらもご覧ください