TwoPaneView.MinTallModeHeightProperty Property

Definition

Identifies the MinTallModeHeight dependency property.

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

public:
 static property DependencyProperty ^ MinTallModeHeightProperty { DependencyProperty ^ get(); };
static DependencyProperty MinTallModeHeightProperty();
public static DependencyProperty MinTallModeHeightProperty { get; }
var dependencyProperty = TwoPaneView.minTallModeHeightProperty;
Public Shared ReadOnly Property MinTallModeHeightProperty As DependencyProperty

Property Value

The identifier for the MinTallModeHeight dependency property.

Applies to