Gets or sets the default anchor pattern for the rows of a table.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
get rowAnchorPattern() {} |
AnchorPattern
An AnchorPattern object that defines a set of anchor points.
RemarksYou can specify individual row's anchor points by setting the anchorPattern property of TableRow.
See Also