MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.getLineAlignment Method

See Also
 





Gets how the text should be vertically aligned in the ShapeNode's text box.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getLineAlignment ()

 Return Value

One of the Alignment enumeration values.

 Remarks

Calling this method with a valid path will automatically load the image and assign it to the image field.

 See Also