MindFusion.Wpf Pack Programmer's Guide
TableNode.Row.AnchorPattern Property
See Also
 





Gets or sets a set of anchor points to which links can dock when connected to this row.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public AnchorPattern AnchorPattern { get; set; }

Visual Basic  Copy Code

Public Property AnchorPattern As AnchorPattern

 Property Value

An instance of the AnchorPattern class.

 Remarks

AnchorPattern defines a set of locations where links connected to a row are allowed to connect. When a link is connected to a row, the respective end of the link is aligned to the nearest AnchorPoint assigned to that row. If a row does not have associated anchor points of the appropriate type (incoming/outgoing), the link will be connected to the nearest row that has such anchors defined. If none of the rows of a table has an associated anchor pattern, links are connected to the middle of the left or right side of the pointed row.

 See Also

TableNode.Row Members
TableNode.Row Class
MindFusion.Diagramming.Wpf Namespace
TableNode.RowAnchorPattern Property
AnchorPoint.Column Property