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