Search
DiagramView.TooltipDelay Property
See Also
 





Gets or sets the delay before a tooltip is shown.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public int TooltipDelay { get; set; }

Visual Basic  Copy Code

Public Property TooltipDelay As Integer

 Property Value

An integer value specifying delay in milliseconds. The default is 1000.

 See Also