Search
AnchorPoint.y Property
See Also
 





Gets or sets the vertical position of the anchor point expressed as percentage of a node's height.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get y() {}
set y(value) {}

 Property Value

Number

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

 Remarks

Keep the property value within 0-100 range, or otherwise it will lead to unexpected behavior.

 See Also