Search
AnchorPoint.LinkOrientation Property
See Also
 





Gets or sets the desired orientation of link segments that connect to this point.

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

 Syntax

C#  Copy Code

public Orientation LinkOrientation { get; set; }

Visual Basic  Copy Code

Public Property LinkOrientation As Orientation

 Property Value

A member of the Orientation enumeration. The default value is Auto.

 Remarks

At this time the value of this property is considered only by GridRouter.

 See Also