TwoPaneView.MinWideModeWidth Property

Definition

Gets or sets the minimum width at which panes are shown in wide mode.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property double MinWideModeWidth { double get(); void set(double value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
double MinWideModeWidth();

void MinWideModeWidth(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
double MinWideModeWidth();

void MinWideModeWidth(double value);
public double MinWideModeWidth { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
public double MinWideModeWidth { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] set; }
Public Property MinWideModeWidth As Double

Property Value

Double

double

The minimum width at which panes are shown in wide mode. The default is 641px.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to