The following tables list the members exposed by ToolTip.
Public Properties
| Name | Description |
 | AutoShow |
Controls if the tooltips of entities will be display on the screen when the mouse is over entities.
|
 | BoundaryColor |
Get / Set the color of the boundary line in an array of R,G,B values.
Default value is [72, 72, 72]
|
 | BoundaryOffset |
Get / Set an extra offset for the tooltip top-left boundary in x , y pixels.Positive value in y direction are from top to bottom
Default value is [0,0].
|
 | FillColor1 |
Get / Set the start gradient fill color for the top boundary in an array of R,G,B values.
Default value is [255, 255, 255]
|
 | FillColor2 |
Get / Set the end gradient fill color for the bottom boundary in an array of R,G,B values.
Default value is [211, 211, 211]
|
 | FontColor |
Get / Set the color of the dispaly tooltip text in an array of R,G,B values.
Default value is [0, 0, 0]
|
 | FontHeight |
Get / Set the height of the font that will be used to draw the text in pixels.
Default value is 16
|
 | FontName |
Get / Set the font name used to draw the tooltip text.
Default value is 'sans-serif'
|
 | TimeOut |
Get / Set the timeframe after which the tooltip will disappear, in milliseconds.
It used when AutoShow is true or when theshow will be called with-out define the passed timeout parameter.
Default value is 1500 milliseconds.
|
Top
Public Methods
| Name | Description |
 | hide |
Hides the tooltip.
|
 | show |
Shows the tooltip balloon.
|
Top
See Also