MindFusion.Java Package Programmer's Guide
Diagram.setCellCustomDraw Method
See Also
 






Sets the default type of custom painting applied to cells of new tables.

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

 Syntax

Java  Copy Code

public void setCellCustomDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Remarks

This value is assigned to the CellCustomDraw property of new tables.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace