Represents a location in a node, to which links are allowed to connect.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public sealed class AnchorPoint |
Visual Basic
![]() |
---|
Public NotInheritable Class AnchorPoint |
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 through 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.
System.Object
MindFusion.Diagramming.AnchorPoint