MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.setImageAlign Method

See Also
 





Sets the alignment for the image of this node.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setImageAlign (value)

 Parameters

value
One of the ImageAlign Enumeration values.

 Remarks

This property specifies how the image is aligned to the bounding rectangle of this node.

 See Also