Gets the foreground color of annotation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();
var value; // Type: string
value = instance.get_ForeColor();
function get_ForeColor() : string;
Return Value
Foreground color. Default value is "rgba(0,0,0,1)".