TwoPaneView.WideModeConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.