Search
AnchorPoint.x Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get x() {}
set x(value) {}

 Property Value

Number

The horizontal position of the anchor point expressed as percentage of a node's width.

 Remarks

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

 See Also