Gets or sets the default anchor pattern for nodes that use this shape.
Namespace: MindFusion.Diagramming
Assembly: Shape.js
SyntaxJavaScript
Copy Code
|
|---|
get anchorPattern() {} |
AnchorPattern
An AnchorPattern instance. The default value is null.
RemarksIf the anchorPattern of a ShapeNode is set, it overrides the one associated with the Shape definition.
See Also