VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_SelectedSeriesPanelFillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedSeriesPanelFillColor Method
    In This Topic
    Gets or sets the fill color for selected 'series' panel.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var value; // Type: string
    value = instance.get_SelectedSeriesPanelFillColor();
    
    
    function get_SelectedSeriesPanelFillColor() : string;
    

    Return Value

    The fill color, for example, "rgba(0,128,255,0.77)".
    Browser Compatibility
    56+
    45+
    11
    See Also