Search
Shape.anchorPattern Property
See Also
 





Gets or sets the default anchor pattern for nodes that use this shape.

Namespace: MindFusion.Diagramming
File: Shape.js

 Syntax

JavaScript  Copy Code

get anchorPattern() {}
set anchorPattern(value) {}

 Property Value

AnchorPattern

An AnchorPattern instance. The default value is null.

 Remarks

If the anchorPattern of a ShapeNode is set, it overrides the one associated with the Shape definition.

 See Also