Table of Contents

Class MudGlobal.TooltipDefaults

Namespace
MudBlazor
Assembly
MudBlazor.dll

Default settings for MudTooltip.
Warning: This feature is under development and breaking changes to the API will occur between releases.

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

TimeSpan

Duration

The length of time that the opening transition for MudTooltip takes to complete.

public static TimeSpan Duration { get; set; }

Property Value

TimeSpan