TwoPaneView.TallModeConfiguration Property

Definition

Gets or sets a value that indicates how panes are shown in tall mode.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.TallModeConfiguration (for WinUI in the Windows App SDK, see the 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

Property Value

An enumeration value that indicates how panes are shown in tall mode.

Applies to