Search
DiagramView.SetTooltipDelay Method
See Also
 





Sets the delay before a tooltip is shown.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetTooltipDelay (
    int value
)

Visual Basic  Copy Code

Public Function SetTooltipDelay( _
    value As Integer _
) As DiagramView

 Parameters

value

 Return Value

 See Also