In This Topic
Sets the tooltip associated with the highlight object.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS(polygon);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ToolTip(value);
function set_ToolTip(
: string
) : any;
Parameters
- value
- Tooltip associated with the highlight object. Default value is empty string.
Browser Compatibility
See Also