TwoPaneView.TallModeConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.