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 で、"More" というテキストが表示されます。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

注釈

オーバーフロー メニューは 、PaneDisplayModeTop で、ウィンドウの幅が十分でなく、すべてのナビゲーション メニュー項目を表示できない場合にのみ表示されます。

適用対象