NavigationView.OverflowLabelMode 属性

定义

获取或设置一个值,该值指示为溢出菜单显示的文本标签。

public:
 property NavigationViewOverflowLabelMode OverflowLabelMode { NavigationViewOverflowLabelMode get(); void set(NavigationViewOverflowLabelMode value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
NavigationViewOverflowLabelMode OverflowLabelMode();

void OverflowLabelMode(NavigationViewOverflowLabelMode value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
NavigationViewOverflowLabelMode OverflowLabelMode();

void OverflowLabelMode(NavigationViewOverflowLabelMode value);
public NavigationViewOverflowLabelMode OverflowLabelMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
public NavigationViewOverflowLabelMode OverflowLabelMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")] set; }
var navigationViewOverflowLabelMode = navigationView.overflowLabelMode;
navigationView.overflowLabelMode = navigationViewOverflowLabelMode;
Public Property OverflowLabelMode As NavigationViewOverflowLabelMode

属性值

枚举的值,指示为溢出菜单显示的文本标签。 默认值为 MoreLabel,显示文本“更多”。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

注解

仅当 PaneDisplayModeTop 且窗口不够宽,无法显示所有导航菜单项时,才会显示溢出菜单。

适用于