Gets or sets a value indicating whether the end segments of polyline links should be oriented orthogonally to the node bounds.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThis property is valid only for links of style Polyline.
See Also