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

var returnValue; // Type: any

// Parameters
var x; // Type: number
var y; // Type: number

returnValue = instance.set_ShadowOffset(x, y);

Parameters

x
Horizontal offset of annotation shadow. Default value is 10.
y
Vertical offset of annotation shadow. Default value is 10.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Browser Compatibility
56+
45+
11
See Also