MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.getImageAlign Method

See Also
 





Gets the alignment for the image of this node.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getImageAlign ()

 Return 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