Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 898 Bytes

twopaneviewwidemodeconfiguration.md

File metadata and controls

35 lines (21 loc) · 898 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.TwoPaneViewWideModeConfiguration
winrt enum

Microsoft.UI.Xaml.Controls.TwoPaneViewWideModeConfiguration

-description

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

-enum-fields

-field SinglePane:0

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

-field RightLeft:2

The pane that has priority is shown on the right, the other pane is shown on the left.

-field LeftRight:1

The pane that has priority is shown on the left, the other pane is shown on the right.

-remarks

-see-also

TwoPaneView, TwoPaneView.WideModeConfiguration, Two-pane view overview

-examples