MindFusion.Wpf Pack Programmer's Guide
AnchorPoint Class
Remarks See Also
 





Specifies the locations in a node, to which the user is allowed to connect links.

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

 Syntax

C#  Copy Code

public class AnchorPoint : ICloneable

Visual Basic  Copy Code

Public Class AnchorPoint
    Implements ICloneable

 Remarks

An anchor point can accept incoming or outgoing links, or both, as specified by the AllowIncoming and AllowOutgoing properties. The position of the anchor point inside a node's bounding rectangle is set by the X and Y properties, expressed as percent of the rectangle width and height.

How anchor points are marked on the display can be set using MarkStyle and Brush properties. Custom painting can be done by setting MarkStyle to Custom and handling the DrawAnchorPoint event.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.AnchorPoint

 See Also

AnchorPoint Members
MindFusion.Diagramming.Wpf Namespace
AnchorPattern Class