Search
ItemLabel.imageSize Property
See Also
 





Gets or sets a size that overrides the native image size.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

get imageSize() {}
set imageSize(value) {}

 Property Value

Size

A Size instance.

 Remarks

By default, image is rendered using bitmap's intrinsic size. Set this value to increase or reduce the size of the rendered image.

 See Also