get_BackgroundColor Method
Gets the background color.
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
var value; // Type: string
value = instance.get_BackgroundColor();
function get_BackgroundColor() : string;
Return Value
The background color, for example, "rgba(0,128,255,0.77)".