共用方式為


NavigationViewTemplateSettings.OpenPaneLength 屬性

定義

min取得 OpenPaneLength 與視窗寬度之間的 。 這是開啟並完整展開窗格寬度的計算值。

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

屬性值

Double

double

min OpenPaneLength 與視窗寬度之間的 。 預設值為 320.0。

屬性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用於