Gets or sets the desired orientation of link segments that connect to this point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
At this time the value of this property is considered only by GridRouter.
WpfDiagram Programmer's Guide | © 2024 MindFusion |