TwoPaneView.MinWideModeWidth Propiedad

Definición

Obtiene o establece el ancho mínimo en el que los paneles se muestran en modo ancho.

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en la SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

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

Valor de propiedad

Double

double

Ancho mínimo en el que se muestran paneles en modo ancho. El valor predeterminado es 641px.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a