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






Sets the radius of arc joins of rounded links' segments.

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

 Syntax

Java  Copy Code

public void setRoundedLinksRadius (
    float radius
)

 Parameters

radius

A float value specifying the radius length. The default is 2.

 Remarks

The value of this property is used when RoundedLinks is enabled. It specifies the radius of the arcs drawn as joins between link segments.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace