TwoPaneViewMode 列舉

定義

定義常數,指定如何 TwoPaneView 中顯示窗格。

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

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

Windows 需求

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

欄位

SinglePane 0

只會顯示一個窗格。

Tall 2

窗格會以由上而下的方式顯示。

Wide 1

窗格會並排顯示。

適用於

另請參閱