Search
ShapeNode.imageLocation Property
See Also
 






Gets or sets URL of the image to display inside this node.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get imageLocation() {}
set imageLocation(value) {}

 Property Value

String

A URL string that identifies the image to be loaded.

 See Also