TwoPaneView.MinWideModeWidth プロパティ

定義

ウィンドウがワイド モードで表示される幅の最小値を取得または設定します。

public:
 property double MinWideModeWidth { double get(); void set(double value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
double MinWideModeWidth();

void MinWideModeWidth(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
double MinWideModeWidth();

void MinWideModeWidth(double value);
public double MinWideModeWidth { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")]
public double MinWideModeWidth { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinWideModeWidth")] set; }
var double = twoPaneView.minWideModeWidth;
twoPaneView.minWideModeWidth = double;
Public Property MinWideModeWidth As Double

プロパティ値

Double

double

ウィンドウがワイド モードで表示される最小幅。 既定値は 641px です。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象