NavigationViewItem.CompactPaneLength Proprietà

Definizione

Ottiene CompactPaneLength dell'oggetto NavigationView che ospita questo elemento.

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

Valore della proprietà

Double

double

CompactPaneLength di NavigationView che ospita questo elemento.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a