TwoPaneViewTallModeConfiguration Enum

Definition

Defines constants that specify how panes are shown in a TwoPaneView in tall mode.

public enum TwoPaneViewTallModeConfiguration
type TwoPaneViewTallModeConfiguration = 
Inheritance
System.Enum
TwoPaneViewTallModeConfiguration

Fields

BottomTop 2

The pane that has priority is shown on the bottom, the other pane is shown on top.

SinglePane 0

Only the pane that has priority is shown, the other pane is hidden.

TopBottom 1

The pane that has priority is shown on top, the other pane is shown on the bottom.

Applies to