DroidDiagram Programmer's Guide
Diagram.setLinkCustomDraw Method
See Also
 






Sets the default type of custom painting done on links.

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

 Syntax

Java  Copy Code

public void setLinkCustomDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Remarks

This property specifies whether and how custom painting of links is performed. Its value is assigned to the CustomDraw property of new links.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace