DroidDiagram Programmer's Guide
Diagram.setShapeCustomDraw Method
See Also
 






Sets whether new nodes should be custom drawn and what type of custom drawing will be performed on them.

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

 Syntax

Java  Copy Code

public void setShapeCustomDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Remarks

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

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
drawNode Event