Class TooltipDelayContext
The TooltipDelay context of the application.
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public record TooltipDelayContext : IContext, IEquatable<TooltipDelayContext>
Constructors
TooltipDelayContext(int)
The TooltipDelay context of the application.
Declaration
public TooltipDelayContext(int tooltipDelayMs)
Parameters
Type | Name | Description |
---|---|---|
int | tooltipDelayMs | The delay in milliseconds before a tooltip is shown. |
Properties
tooltipDelayMs
The delay in milliseconds before a tooltip is shown.
Declaration
public int tooltipDelayMs { get; }
Property Value
Type | Description |
---|---|
int |