Share via


TwoPaneView.TallModeConfiguration Eigenschaft

Definition

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

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

public:
 property TwoPaneViewTallModeConfiguration TallModeConfiguration { TwoPaneViewTallModeConfiguration get(); void set(TwoPaneViewTallModeConfiguration value); };
TwoPaneViewTallModeConfiguration TallModeConfiguration();

void TallModeConfiguration(TwoPaneViewTallModeConfiguration value);
public TwoPaneViewTallModeConfiguration TallModeConfiguration { get; set; }
var twoPaneViewTallModeConfiguration = twoPaneView.tallModeConfiguration;
twoPaneView.tallModeConfiguration = twoPaneViewTallModeConfiguration;
Public Property TallModeConfiguration As TwoPaneViewTallModeConfiguration

Eigenschaftswert

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

Gilt für: