TwoPaneView.WideModeConfiguration Property

Definition

Gets or sets a value that indicates how panes are shown in wide mode.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.WideModeConfiguration (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property TwoPaneViewWideModeConfiguration WideModeConfiguration { TwoPaneViewWideModeConfiguration get(); void set(TwoPaneViewWideModeConfiguration value); };
TwoPaneViewWideModeConfiguration WideModeConfiguration();

void WideModeConfiguration(TwoPaneViewWideModeConfiguration value);
public TwoPaneViewWideModeConfiguration WideModeConfiguration { get; set; }
var twoPaneViewWideModeConfiguration = twoPaneView.wideModeConfiguration;
twoPaneView.wideModeConfiguration = twoPaneViewWideModeConfiguration;
Public Property WideModeConfiguration As TwoPaneViewWideModeConfiguration

Property Value

An enumeration value that indicates how panes are shown in wide mode.

Applies to