Search
Diagram.backgroundImageContent Property
See Also
 





Gets or sets a Base64-encoded image to display as diagram background.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get backgroundImageContent() {}
set backgroundImageContent(value) {}

 Property Value

String

A Base64-encoded representation of an image.

 See Also