Search
RoutingOptions.SmartPolylineEnds Property
See Also
 






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

 Syntax

C#  Copy Code

public bool SmartPolylineEnds { get; set; }

Visual Basic  Copy Code

Public Property SmartPolylineEnds As Boolean

 Property Value

true to orient the end segments orthogonally to the node bounds; otherwise, false.

 Remarks

This property is valid only for links of style Polyline.

 See Also