Search
TableNodeBuilder.customDraw Method
See Also
 

Sets the type of custom drawing performed on this table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder customDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Return Value

This TableNodeBuilder instance.

 See Also