Class MudGlobal.TooltipDefaults
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public static class MudGlobal.TooltipDefaults
- Inheritance
-
MudGlobal.TooltipDefaults
- Inherited Members
Properties
Delay
The default transition delay for MudOverlay and MudPicker<T>.
public static TimeSpan Delay { get; set; }
Property Value
Duration
The default transition time for components like MudTooltip, MudOverlay, MudPicker<T>.
public static TimeSpan Duration { get; set; }