VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / get_SelectionColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectionColor Method
    In This Topic
    Gets the color of text selection.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
    
    var value; // Type: string
    value = instance.get_SelectionColor();
    
    
    function get_SelectionColor() : string;
    

    Return Value

    Text selection color.
    Browser Compatibility
    56+
    45+
    11
    See Also