dotnetCHARTING Send comments on this topic.
ToolTipDelay Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : ToolTipDelay Property


Gets or sets a value that determines the amount time in seconds before the tooltip displays (if a tooltip exists for the area hovered over).

Syntax

Visual Basic (Declaration) 
Public Property ToolTipDelay As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Integer
 
instance.ToolTipDelay = value
 
value = instance.ToolTipDelay
C# 
public int ToolTipDelay {get; set;}

See Also

© 2010 All Rights Reserved.