Search
Layout.Anchoring Property
See Also
 





Gets or sets a value indicating how to align links to the anchor points of graph nodes.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Anchoring Anchoring { get; set; }

Visual Basic  Copy Code

Public Property Anchoring As Anchoring

 Property Value

A member of the Anchoring enumeration. The default is Ignore.

 See Also