Gets or sets the AnchorPattern object defining the points at which arrows can connect to the specified row.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RowAnchorPattern( _ |
C++
Copy Code
|
|---|
public: |
A reference to an AnchorPattern object.
RemarksAn anchor pattern defines a set of anchor points at which arrows connect with a node. This is an indexed property whose index specified a table's row. If -1 is specified as row's index, the anchor pattern will be assigned to all rows of the table. This property can be used with tables whose LinkStyle is set to tlsRows or tlsBoth. Use the AnchorPattern property to assign an anchor pattern that affects the table as an integral node.
See Also