Compartilhar via


NavigationViewItem.CompactPaneLength Propriedade

Definição

Obtém o CompactPaneLength do NavigationView que hospeda este item.

public:
 property double CompactPaneLength { double get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="48.0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="48.0")]
double CompactPaneLength();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="48.0")]
public double CompactPaneLength { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="48.0")] get; }
var double = navigationViewItem.compactPaneLength;
Public ReadOnly Property CompactPaneLength As Double

Valor da propriedade

Double

double

O CompactPaneLength do NavigationView que hospeda este item.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Aplica-se a