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