TwoPaneView.WideModeConfiguration Eigenschaft

Definition

Ruft einen Wert ab, der angibt, wie Bereiche im Querformatmodus angezeigt werden, oder legt diesen Wert fest.

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

public:
 property TwoPaneViewWideModeConfiguration WideModeConfiguration { TwoPaneViewWideModeConfiguration get(); void set(TwoPaneViewWideModeConfiguration value); };
TwoPaneViewWideModeConfiguration WideModeConfiguration();

void WideModeConfiguration(TwoPaneViewWideModeConfiguration value);
public TwoPaneViewWideModeConfiguration WideModeConfiguration { get; set; }
var twoPaneViewWideModeConfiguration = twoPaneView.wideModeConfiguration;
twoPaneView.wideModeConfiguration = twoPaneViewWideModeConfiguration;
Public Property WideModeConfiguration As TwoPaneViewWideModeConfiguration

Eigenschaftswert

Ein Enumerationswert, der angibt, wie Bereiche im Breitenmodus angezeigt werden.

Gilt für: