VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerTextLineJS type / get_SelectedTextColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedTextColor Method
    In This Topic
    Gets the color of the text in selected state.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerTextLineJS(format, textColor, selectedTextColor, font);
    
    var value; // Type: string
    value = instance.get_SelectedTextColor();
    
    
    function get_SelectedTextColor() : string;
    

    Return Value

    The color of the text in selected state, for example, "rgba(0,128,255,0.77)".
    Browser Compatibility
    56+
    45+
    11
    See Also