TwoPaneView.TallModeConfiguration Property

Definition

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property TwoPaneViewTallModeConfiguration TallModeConfiguration { TwoPaneViewTallModeConfiguration get(); void set(TwoPaneViewTallModeConfiguration value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
TwoPaneViewTallModeConfiguration TallModeConfiguration();

void TallModeConfiguration(TwoPaneViewTallModeConfiguration value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
TwoPaneViewTallModeConfiguration TallModeConfiguration();

void TallModeConfiguration(TwoPaneViewTallModeConfiguration value);
public TwoPaneViewTallModeConfiguration TallModeConfiguration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")]
public TwoPaneViewTallModeConfiguration TallModeConfiguration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewTallModeConfiguration::TopBottom")] set; }
Public Property TallModeConfiguration As TwoPaneViewTallModeConfiguration

Property Value

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

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to