TwoPaneViewTallModeConfiguration 列挙型

定義

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

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

フィールド

BottomTop 2

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

SinglePane 0

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

TopBottom 1

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

適用対象

こちらもご覧ください