Class MudGlobal.TooltipDefaults
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public static class MudGlobal.TooltipDefaults
- Inheritance
-
MudGlobal.TooltipDefaults
- Inherited Members
Properties
Delay
The amount of time in milliseconds to wait from opening the MudTooltip before beginning to perform the transition.
public static TimeSpan Delay { get; set; }
Property Value
Duration
The length of time that the opening transition for MudTooltip takes to complete.
public static TimeSpan Duration { get; set; }