Gets or sets a value indicating whether the end segments of polyline links should be oriented orthogonally to the node bounds.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool SmartPolylineEnds { get; set; } |
Visual Basic Copy Code |
---|
Public Property SmartPolylineEnds As Boolean |
true to orient the end segments orthogonally to the node bounds; otherwise, false.
This property is valid only for links of style Polyline.
WpfDiagram Programmer's Guide | © 2022 MindFusion |