TwoPaneViewPriority 枚举

定义

定义常量,用于指定两个窗格中的哪一个在 TwoPaneView 中具有优先级。

public enum TwoPaneViewPriority
type TwoPaneViewPriority = 
继承
System.Enum
TwoPaneViewPriority

字段

Pane1 0

窗格 1 具有优先级。

Pane2 1

窗格 2 具有优先级。

适用于