次の方法で共有


TwoPaneViewTallModeConfiguration 列挙型

定義

高さモードの TwoPaneView でペインを表示する方法を指定する定数を定義します。 TwoPaneViewPriority

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

フィールド

BottomTop 2

優先されるウィンドウが下部に表示され、もう一方のウィンドウは上部に表示されます。

SinglePane 0

優先されるウィンドウのみが表示され、他のウィンドウは非表示になります。

TopBottom 1

優先されるウィンドウが上部に表示され、その他のウィンドウは下部に表示されます。

適用対象