TwoPaneViewTallModeConfiguration 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 how panes are shown in a TwoPaneView in tall mode.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TwoPaneViewTallModeConfiguration (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public enum class TwoPaneViewTallModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewTallModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewTallModeConfiguration
Public Enum TwoPaneViewTallModeConfiguration
- Inheritance
-
TwoPaneViewTallModeConfiguration
- Attributes
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|
Name | Value | Description |
---|---|---|
SinglePane | 0 | Only the pane that has priority is shown, the other pane is hidden. |
TopBottom | 1 | The pane that has priority is shown on top, the other pane is shown on the bottom. |
BottomTop | 2 | The pane that has priority is shown on the bottom, the other pane is shown on top. |
Product | Versies |
---|---|
WinRT | Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |