Search
DiagramView.ToolTipDelay Property
See Also
 





Gets or sets the time in milliseconds that mouse pointer should remain stationary before showing items' tool-tips.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 1500.

 See Also