VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightObjectJS type / set_ToolTip Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ToolTip Method
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);

Parameters

value
Tooltip associated with the highlight object. Default value is empty string.
Browser Compatibility
56+
45+
11
See Also