Share via


NavigationViewItem.CompactPaneLength Eigenschaft

Definition

Ruft die CompactPaneLength der NavigationView ab, die dieses Element hosten.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

Eigenschaftswert

Double

double

Der CompactPaneLength der NavigationView, die dieses Element hosten.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: