共用方式為


TwoPaneViewTallModeConfiguration 列舉

定義

定義常數,指定在高模式的 TwoPaneView 中如何顯示窗格,由 TwoPaneViewPriority

public enum class TwoPaneViewTallModeConfiguration
public enum TwoPaneViewTallModeConfiguration
type TwoPaneViewTallModeConfiguration = 
Public Enum TwoPaneViewTallModeConfiguration
繼承
TwoPaneViewTallModeConfiguration

欄位

名稱 Description
SinglePane 0

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

TopBottom 1

優先順序的較高的窗格會顯示在頂端,另一個窗格會顯示在底部。

BottomTop 2

優先順序的較高的窗格會顯示在底部,另一個窗格會顯示在頂端。

適用於