TwoPaneView.MinWideModeWidth Eigenschaft

Definition

Ruft die Mindestbreite ab oder legt diese fest, ab der Bereiche im Querformatmodus angezeigt werden.

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

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

void MinWideModeWidth(double value);
public double MinWideModeWidth { get; set; }
var double = twoPaneView.minWideModeWidth;
twoPaneView.minWideModeWidth = double;
Public Property MinWideModeWidth As Double

Eigenschaftswert

Double

double

Die Mindestbreite, bei der Bereiche im breiten Modus angezeigt werden.

Gilt für: