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

var returnValue; // Type: any

// Parameters
var value; // Type: WebAnnotationBrushJS

returnValue = instance.set_FillBrush(value);

Parameters

value
The background WebAnnotationBrushJS of annotation.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also