TwoPaneView.PanePriority 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 which pane has priority.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TwoPaneView.PanePriority (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property TwoPaneViewPriority PanePriority { TwoPaneViewPriority get(); void set(TwoPaneViewPriority value); };
TwoPaneViewPriority PanePriority();
void PanePriority(TwoPaneViewPriority value);
public TwoPaneViewPriority PanePriority { get; set; }
var twoPaneViewPriority = twoPaneView.panePriority;
twoPaneView.panePriority = twoPaneViewPriority;
Public Property PanePriority As TwoPaneViewPriority
Property Value
An enumeration value that indicates which pane has priority.