TwoPaneViewWideModeConfiguration 列挙型

定義

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

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

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

Windows の要件

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

フィールド

LeftRight 1

優先されるウィンドウが左に表示され、その他のウィンドウは右に表示されます。

RightLeft 2

優先されるウィンドウが右に表示され、その他のウィンドウは左に表示されます。

SinglePane 0

優先されるウィンドウのみが表示され、他のウィンドウは非表示になります。

適用対象

こちらもご覧ください