Search
AnchorPattern.points Property
See Also
 





Gets or sets the anchor points in this pattern.

Namespace: MindFusion.Diagramming
File: AnchorPattern.js

 Syntax

JavaScript  Copy Code

get points() {}
set points(value) {}

 Property Value

Array

An array of AnchorPoint objects.

 See Also