NavigationViewItem.CompactPaneLength プロパティ

定義

この項目をホストする NavigationView の CompactPaneLength を取得します。

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

プロパティ値

Double

double

この項目をホストする NavigationView の CompactPaneLength

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象