Gets or sets the vertical position of the anchor point expressed as percentage of a node's height.
Namespace: MindFusion.Diagramming
File: AnchorPoint.js
SyntaxJavaScript
Copy Code
|
|---|
get y() {} |
Number
The vertical position of the anchor point expressed as percentage of a node's height.
RemarksKeep the property value within 0-100 range, or otherwise it will lead to unexpected behavior.
See Also