set_StudyPanelFillColor Method
In This Topic
Sets the fill color for study panel.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_StudyPanelFillColor(value);
function set_StudyPanelFillColor(
: string
) : any;
Parameters
- value
- The string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
Browser Compatibility
See Also