TwoPaneView.PanePriority Property

Definition

Gets or sets a value that indicates which pane has priority.

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

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

void PanePriority(TwoPaneViewPriority value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
TwoPaneViewPriority PanePriority();

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

Property Value

An enumeration value that indicates which pane has priority.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to