Gets the shadow offset of annotation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
var value; // Type: object
value = instance.get_ShadowOffset();
function get_ShadowOffset() : object;
Return Value
The shadow offset of annotation. Default value is { x: 10, y: 10 }.