VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / get_SelectedItemPenColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedItemPenColor Method
    In This Topic
    Gets a color of pen that should be used for drawing the outline of the highlighted image region in the image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
    
    var value; // Type: string
    value = instance.get_SelectedItemPenColor();
    
    
    function get_SelectedItemPenColor() : string;
    

    Return Value

    Color. Default value is "rgba(0,128,0,0.75)".
    Browser Compatibility
    56+
    45+
    11
    See Also