Bagikan melalui


TwoPaneView.MinTallModeHeight Properti

Definisi

Mendapatkan atau mengatur tinggi minimum di mana panel ditampilkan dalam mode tinggi.

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

Nilai Properti

Double

double

Tinggi minimum di mana panel ditampilkan dalam mode tinggi. Defaultnya adalah 641px.

Atribut
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Berlaku untuk