Search
TableNode.rowAnchorPattern Property
See Also
 





Gets or sets the default anchor pattern for the rows of a table.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get rowAnchorPattern() {}
set rowAnchorPattern(value) {}

 Property Value

AnchorPattern

An AnchorPattern object that defines a set of anchor points.

 Remarks

You can specify individual row's anchor points by setting the anchorPattern property of TableRow.

 See Also