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.Silverlight
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.