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
C#
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
[Windows.Foundation.Metadata.Version(1)]
public enum TwoPaneViewWideModeConfiguration
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TwoPaneViewWideModeConfiguration
Public Enum TwoPaneViewWideModeConfiguration
- 繼承
-
TwoPaneViewWideModeConfiguration
- 屬性
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Version
Attribute ContractVersion Attribute
名稱 | 值 | Description |
---|---|---|
LeftRight | 1 | 優先順序的較高的窗格會顯示在左側,另一個窗格會顯示在右側。 |
RightLeft | 2 | 優先順序的較高的窗格會顯示在右側,另一個窗格會顯示在左側。 |
SinglePane | 0 | 只會顯示優先順序較高的窗格,並隱藏另一個窗格。 |
產品 | 版本 |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |