TwoPaneViewPriority Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify which pane has priority in a TwoPaneView.
public enum class TwoPaneViewPriority
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TwoPaneViewPriority
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class TwoPaneViewPriority
C#
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
[Windows.Foundation.Metadata.Version(1)]
public enum TwoPaneViewPriority
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TwoPaneViewPriority
Public Enum TwoPaneViewPriority
- Inheritance
-
TwoPaneViewPriority
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Version
Attribute ContractVersion Attribute
Name | Value | Description |
---|---|---|
Pane1 | 0 | Pane 1 has priority. |
Pane2 | 1 | Pane 2 has priority. |
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |