Table of Contents

Class ToolTip

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Contains all the tooltip functionality. It is the object type that return from ToolTip

public class ToolTip
Inheritance
ToolTip
Inherited Members

Properties

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 [5,-5].

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'

ShowPolarTrackToolTipText

Specifies if tooltip for PolarTrack and OSnapTrackis visible.Default value is true

TextAligment

Specifies the horizontal alignment of a text string.

TimeOut

Get / Set the timeframe after which the tooltip will disappear, in milliseconds. It used when AutoShow is true or when theshow(object, string, int, int) will be called with-out define the passed timeout parameter. Default value is 1500 milliseconds.

Methods

hide()

Hides the tooltip.

show(object, string, int, int)

Shows the tooltip balloon.