Gets or sets the desired orientation of link segments that connect to this point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Orientation LinkOrientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkOrientation As Orientation |
A member of the Orientation enumeration. The default value is Auto.
RemarksAt this time the value of this property is considered only by GridRouter.
See Also