NavigationViewOverflowLabelMode Enumeration

Definition

Definiert Konstanten, die die Beschriftung 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 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 App enthält interaktive Beispiele für die meisten WinUI 3-Steuerelemente, -Features und -Funktionen. Rufen Sie die App aus dem Microsoft Store- ab, oder rufen Sie den Quellcode auf GitHub-ab.

Hinweise

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

Gilt für: