NavigationViewOverflowLabelMode Enumeration

Definition

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

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.NavigationViewOverflowLabelMode (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public enum class NavigationViewOverflowLabelMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class NavigationViewOverflowLabelMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum NavigationViewOverflowLabelMode
Public Enum NavigationViewOverflowLabelMode
Vererbung
NavigationViewOverflowLabelMode
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Felder

MoreLabel 0

Die Textbezeichnung "Mehr" wird neben dem Chevron angezeigt.

NoLabel 1

Es wird keine Textbezeichnung angezeigt, nur ein Chevron.

Hinweise

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

Gilt für: