Class MudGlobal.MenuDefaults
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Default settings for MudMenu.
Warning: This feature is under development and breaking changes to the API will occur between releases.
public static class MudGlobal.MenuDefaults
- Inheritance
-
MudGlobal.MenuDefaults
- Inherited Members
Properties
HoverDelay
The delay in milliseconds before a MudMenu is shown when hovered, or hidden after the cursor moves away.
public static int HoverDelay { get; set; }