get_SelectedItemBrushColor Method
Gets a color of brush that should be used for filling the highlighted image region in the image viewer.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
var value; // Type: string
value = instance.get_SelectedItemBrushColor();
function get_SelectedItemBrushColor() : string;
Return Value
Color. Default value is "rgba(0,0,255,0.18)".