NavigationViewOverflowLabelMode 枚举

定义

定义常量,该常量指定 NavigationView 中溢出按钮的标签。

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
继承
NavigationViewOverflowLabelMode
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

字段

MoreLabel 0

文本标签“更多”显示在 V 形旁边。

NoLabel 1

未显示任何文本标签,仅显示 V 形。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 NavigationView

打开 WinUI 3 库应用,并在操作查看 NavigationView。

WinUI 3 库 应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 从 Microsoft Store 获取应用,或在 GitHub上获取源代码。

注解

仅当 NavigationView.PaneDisplayModeNavigationView.PaneDisplayMode顶部 并且窗口不够宽,无法显示所有导航菜单项时,才会显示溢出菜单。

适用于