VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_ShadowOffset Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ShadowOffset Method
In This Topic
Gets the shadow offset of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();

var value; // Type: object
value = instance.get_ShadowOffset();

Return Value

The shadow offset of annotation. Default value is { x: 10, y: 10 }.
Browser Compatibility
56+
45+
11
See Also