ASP.NET Pack Programmer's Guide
DiagramLink.setCustomDraw Method
See Also
 






Sets the type of custom drawing performed on this link.

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

 Syntax

Java  Copy Code

public void setCustomDraw (
    int value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Remarks

Handle the drawLink event to custom-draw the link using the Java Graphics2D API.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace