TwoPaneView.PanePriority Eigenschaft

Definition

Ruft einen Wert ab, der angibt, welcher Bereich Priorität hat, oder legt diesen Wert fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die 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

Eigenschaftswert

Ein Aufzählungswert, der angibt, welche Bereich Priorität hat.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: