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






Gets the type of custom drawing performed on this link.

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

 Syntax

Java  Copy Code

public int getCustomDraw ()

 Return Value

A member of the CustomDraw enumeration.

 Remarks

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

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace