NavigationView.CompactModeThresholdWidthProperty Property

Definition

Identifies the CompactModeThresholdWidth dependency property.

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

public:
 static property DependencyProperty ^ CompactModeThresholdWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty CompactModeThresholdWidthProperty();
public static DependencyProperty CompactModeThresholdWidthProperty { get; }
var dependencyProperty = NavigationView.compactModeThresholdWidthProperty;
Public Shared ReadOnly Property CompactModeThresholdWidthProperty As DependencyProperty

Property Value

The identifier for the CompactModeThresholdWidth dependency property.

Applies to