TwoPaneViewWideModeConfiguration 列挙型

定義

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

public enum class TwoPaneViewWideModeConfiguration
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TwoPaneViewWideModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class TwoPaneViewWideModeConfiguration
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
[Windows.Foundation.Metadata.Version(1)]
public enum TwoPaneViewWideModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TwoPaneViewWideModeConfiguration
Public Enum TwoPaneViewWideModeConfiguration
継承
TwoPaneViewWideModeConfiguration
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

フィールド

LeftRight 1

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

RightLeft 2

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

SinglePane 0

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

適用対象

こちらもご覧ください