Freigeben über


NavigationViewOverflowLabelMode Enumeration

Definition

Definiert Konstanten, die die Beschriftung für die Überlaufschaltfläche in einer NavigationView angeben.

Diese Dokumentation bezieht sich auf WinUI 2 für UWP- (für WinUI- im Windows App SDK-finden Sie unter den Windows App SDK-Namespaces).

public enum class NavigationViewOverflowLabelMode
/// [Microsoft.UI.Xaml.MUXContractProperty(version=7)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class NavigationViewOverflowLabelMode
/// [Windows.Foundation.Metadata.Version(1)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
enum class NavigationViewOverflowLabelMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class NavigationViewOverflowLabelMode
[Microsoft.UI.Xaml.MUXContractProperty(version=7)]
[Windows.Foundation.Metadata.Version(1)]
public enum NavigationViewOverflowLabelMode
[Windows.Foundation.Metadata.Version(1)]
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
public enum NavigationViewOverflowLabelMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum NavigationViewOverflowLabelMode
Public Enum NavigationViewOverflowLabelMode
Vererbung
NavigationViewOverflowLabelMode
Attribute
Microsoft.UI.Xaml.MUXContractPropertyAttribute VersionAttribute Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ContractVersionAttribute

Felder

MoreLabel 0

Die Beschriftung "Mehr" wird neben dem Chevron angezeigt.

NoLabel 1

Es wird keine Textbezeichnung angezeigt, nur ein Chevron.

Beispiele

Trinkgeld

Weitere Informationen, Entwurfsanleitungen und Codebeispiele finden Sie unter NavigationView-.

Die WinUI 3 Gallery und WinUI 2 Gallery Apps enthalten interaktive Beispiele für die meisten WinUI 3- und WinUI 2-Steuerelemente, -Features und -Funktionen.

Falls bereits installiert, öffnen Sie sie, indem Sie auf die folgenden Links klicken: WinUI 3 Gallery oder WinUI 2 Gallery.

Wenn sie nicht installiert sind, können Sie die WinUI 3 Gallery und den WinUI 2 Gallery aus dem Microsoft Store herunterladen.

Sie können sowohl den Quellcode für GitHub- abrufen (verwenden Sie die Haupt- Branch für WinUI 3 und den winui2- Branch für WinUI 2).

Hinweise

Das Überlaufmenü wird nur angezeigt, wenn Microsoft.UI.Xaml.Controls.NavigationView.PaneDisplayModeMicrosoft.UI.Xaml.Controls.NavigationView.PaneDisplayModetop ist und das Fenster nicht breit genug ist, um alle Navigationsmenüelemente anzuzeigen.

Gilt für: