Search
Diagram.backgroundImageUrl Property
See Also
 





Gets or sets URL of the image to paint as diagram's background.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get backgroundImageUrl() {}
set backgroundImageUrl(value) {}

 Property Value

String

A string containing image URL.

 See Also