Share via


NavigationViewTemplateSettings.OpenPaneLength プロパティ

定義

minOpenPaneLength とウィンドウの幅の間の を取得します。 これは、ウィンドウを開いて完全に展開したときのウィンドウの幅の計算値です。

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

minOpenPaneLength とウィンドウの幅の間の 。 既定値は 320.0 です。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象