TwoPaneView.MinTallModeHeight Property

Definition

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.MinTallModeHeight (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property double MinTallModeHeight { double get(); void set(double value); };
double MinTallModeHeight();

void MinTallModeHeight(double value);
public double MinTallModeHeight { get; 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.

Applies to