VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightObjectJS type / get_ToolTip Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ToolTip Method
    In This Topic
    Gets the tooltip associated with the highlight object.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also