get_SelectedTextColor Method
Gets the color of the text in selected state.
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)".