MindFusion.Diagramming for JavaScript Programmer's Guide

AnchorPoint.setY Method

See Also
 





Sets the vertical position of the anchor point expressed as percent of a node's height.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

function setY (value)

 Parameters

value

The vertical position of the anchor point expressed as percent of a node's height.

 Remarks

Set the property value to a number between 0 and 100, otherwiseyou might get unexpected behavior.

 See Also