Search
ItemLabel.imageContent Property
See Also
 





Gets or sets a Base64-encoded image to display inside this label.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

get imageContent() {}
set imageContent(value) {}

 Property Value

String

A Base64-encoded representation of an image.

 Remarks

If a label displays both image and text, the image position relative to text depends on the imageAlign property.

If the label is only intended to display an icon image and no text, you could also set its locked property to prevent users from entering text.

 See Also