NavigationView.OverflowLabelMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates what text label is shown for the overflow menu.
This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property NavigationViewOverflowLabelMode OverflowLabelMode { NavigationViewOverflowLabelMode get(); void set(NavigationViewOverflowLabelMode value); };
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 { get; 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; }
Public Property OverflowLabelMode As NavigationViewOverflowLabelMode
Property Value
A value of the enumeration that indicates what text label is shown for the overflow menu. The default is MoreLabel, which shows the text "More".
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute
Remarks
The overflow menu is shown only when Microsoft.UI.Xaml.Controls.NavigationView.PaneDisplayMode is Top and the window is not wide enough to show all navigation menu items.