NavigationViewTemplateSettings.OpenPaneLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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