Share via


TwoPaneView.MinTallModeHeight Property

Definition

Gets or sets the minimum height at which panes are shown in tall mode.

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

Property Value

Double

double

The minimum height at which panes are shown in tall mode. The default is 641px.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to