Search
Diagram.getHoverDelay Method
See Also
 

Gets the time in milliseconds that mouse pointer should remain stationary before reporting hover events.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public int getHoverDelay ()

 Return Value

An integer value specifying milliseconds. The default value is 1500.

 See Also