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