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
C# Copy Code |
---|
public int ToolTipDelay { get; set; } |
Visual Basic Copy Code |
---|
Public Property ToolTipDelay As Integer |
An integer value specifying delay in milliseconds. The default is 1500.
WpfDiagram Programmer's Guide | © 2024 MindFusion |