次の方法で共有


TwoPaneView.MinTallModeHeight プロパティ

定義

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

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

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

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

プロパティ値

Double

double

高さモードでペインが表示される最小の高さ。 既定値は 641px です。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象