Gets the tooltip associated with the highlight object.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS(polygon);
var value; // Type: string
value = instance.get_ToolTip();
function get_ToolTip() : string;
Return Value
Tooltip associated with the highlight object. Default value is empty string.