Search
DiagramView.ToolTipDelay Property
See Also
 





Gets or sets the time that passes before a tool-tip appears when the mouse hovers over an item.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public int ToolTipDelay { get; set; }

Visual Basic  Copy Code

Public Property ToolTipDelay As Integer

 Property Value

An integer value specifying the delay for tool-tips in milliseconds. The default is 500.

 See Also