次の方法で共有


TwoPaneViewWideModeConfiguration 列挙型

定義

ワイド モードの TwoPaneView にウィンドウがどのように表示されるかを指定する定数を定義します。

public enum TwoPaneViewWideModeConfiguration
type TwoPaneViewWideModeConfiguration = 
継承
System.Enum
TwoPaneViewWideModeConfiguration

フィールド

LeftRight 1

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

RightLeft 2

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

SinglePane 0

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

適用対象