TwoPaneViewTallModeConfiguration 列挙型

定義

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

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

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

Windows の要件

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

フィールド

BottomTop 2

優先されるウィンドウが下部に表示され、もう一方のウィンドウは上部に表示されます。

SinglePane 0

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

TopBottom 1

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

適用対象

こちらもご覧ください