ASP.NET Pack Programmer's Guide
Diagram.setRoundedLinks Method
See Also
 






Sets if the joins between segments of Polyline and Cascading links should be rounded.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setRoundedLinks (
    boolean roundedLinks
)

 Parameters

roundedLinks

true to use rounded segment joins; otherwise, false. The default is false.

 Remarks

The value of this property is considered when drawing links whose Shape is set to Polyline or Cascading. If the property is enabled, the joins between the segments of all such links are drawn as arcs, whose radius equals the value of RoundedLinksRadius.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace