Share via


TwoPaneView.MinTallModeHeight Eigenschaft

Definition

Ruft die Mindesthöhe ab oder legt diese fest, ab der Bereiche im Hochformatmodus angezeigt werden.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

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; }
Public Property MinTallModeHeight As Double

Eigenschaftswert

Double

double

Die mindeste Höhe, in der Bereiche im Hochmodus angezeigt werden. Der Standardwert ist 641px.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: