Compartir a través de


NavigationViewTemplateSettings.OpenPaneLength Propiedad

Definición

Obtiene el entre minOpenPaneLength y el ancho de la ventana. Este es el valor calculado del ancho del panel cuando se abre y se expande completamente.

public:
 property double OpenPaneLength { double get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="320.0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="320.0")]
double OpenPaneLength();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="320.0")]
public double OpenPaneLength { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="320.0")] get; }
var double = navigationViewTemplateSettings.openPaneLength;
Public ReadOnly Property OpenPaneLength As Double

Valor de propiedad

Double

double

entre minOpenPaneLength y el ancho de la ventana. El valor predeterminado es 320.0.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a