%%PageItemTitle%% $$Properties$$

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ToolTip Class Properties
See Also 
vdWebLibrary Namespace : ToolTip Class

For a list of all members of this type, see ToolTip members.

Public Properties

 NameDescription
Public PropertyAutoShow Controls if the tooltips of entities will be display on the screen when the mouse is over entities.  
Public PropertyBoundaryColor Get / Set the color of the boundary line in an array of R,G,B values. Default value is [72, 72, 72]  
Public PropertyBoundaryOffset 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].  
Public PropertyFillColor1 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]  
Public PropertyFillColor2 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]  
Public PropertyFontColor Get / Set the color of the dispaly tooltip text in an array of R,G,B values. Default value is [0, 0, 0]  
Public PropertyFontHeight Get / Set the height of the font that will be used to draw the text in pixels. Default value is 16  
Public PropertyFontName Get / Set the font name used to draw the tooltip text. Default value is 'sans-serif'  
Public PropertyTimeOut 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

See Also