Search
DiagramBuilder.tableCustomDraw Method
See Also
 

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

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

 Syntax

Java  Copy Code

public DiagramBuilder tableCustomDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Return Value

This DiagramBuilder instance.

 See Also