TwoPaneViewWideModeConfiguration 列舉

定義

定義常數,指定如何在寬模式的 TwoPaneView 中顯示窗格。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TwoPaneViewWideModeConfiguration (Windows 應用程式 SDK,請參閱Windows 應用程式 SDK命名空間) 。

public enum class TwoPaneViewWideModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewWideModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewWideModeConfiguration
Public Enum TwoPaneViewWideModeConfiguration
繼承
TwoPaneViewWideModeConfiguration
屬性

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

欄位

LeftRight 1

優先順序的較高的窗格會顯示在左側,另一個窗格會顯示在右側。

RightLeft 2

優先順序的較高的窗格會顯示在右側,另一個窗格會顯示在左側。

SinglePane 0

只會顯示優先順序較高的窗格,並隱藏另一個窗格。

適用於

另請參閱