Search
Cell.image Property
See Also
 






Gets or sets the image displayed by this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

get image() {}
set image(value) {}

 Property Value

HTMLImageElement

An image object to render as cell's content.

 See Also