Share via


NavigationViewOverflowLabelMode Enumeration

Definition

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

public enum class NavigationViewOverflowLabelMode
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class NavigationViewOverflowLabelMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class NavigationViewOverflowLabelMode
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
[Windows.Foundation.Metadata.Version(1)]
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.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

Felder

MoreLabel 0

Die Textbezeichnung "Mehr" wird neben dem Chevron angezeigt.

NoLabel 1

Es wird keine Textbezeichnung angezeigt, nur ein Chevron.

Beispiele

Tipp

Weitere Informationen, Entwurfsanleitungen und Codebeispiele finden Sie unter NavigationView.

Die WinUI 3-Katalog-App umfasst interaktive Beispiele für die meisten WinUI 3-Steuerelemente, -Features und -Funktionen. Rufen Sie die App aus dem Microsoft Store oder den Quellcode auf GitHub ab.

Hinweise

Das Überlaufmenü wird nur angezeigt, wenn NavigationView.PaneDisplayModeNavigationView.PaneDisplayModeauf Top festgelegt ist und das Fenster nicht breit genug ist, um alle Navigationsmenüelemente anzuzeigen.

Gilt für: