DiagramLite Programmer's Guide
DiagramNode.AnchorPattern Property
See Also
 





Gets or sets the anchor points to which links are attached when connected to the node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

This property specifies a set of points to which links can be attached.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
ValidateAnchorPoint Event