NavigationView.ExpandedModeThresholdWidth Eigenschaft

Definition

Ruft die minimale Fensterbreite ab, mit der die NavigationView in den erweiterten Anzeigemodus wechselt, oder legt diese fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.NavigationView.ExpandedModeThresholdWidth (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

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

void ExpandedModeThresholdWidth(double value);
public double ExpandedModeThresholdWidth { get; set; }
var double = navigationView.expandedModeThresholdWidth;
navigationView.expandedModeThresholdWidth = double;
Public Property ExpandedModeThresholdWidth As Double
<NavigationView ExpandedModeThresholdWidth="double" .../>

Eigenschaftswert

Double

double

Die minimale Fensterbreite, mit der die NavigationView in den erweiterten Anzeigemodus wechselt. Der Standardwert ist 1008 Pixel.

Gilt für: