TwoPaneViewWideModeConfiguration 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワイド モードの 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 | 優先されるウィンドウのみが表示され、他のウィンドウは非表示になります。 |