Gets the type of custom drawing performed on this table.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public CustomDraw getCustomDraw () |
A member of the CustomDraw enumeration. Initialized with value of TableCustomDraw property.
RemarksThis property allows running custom painting code for a table. That code must execute in response to the drawNode event. There are several modes of custom painting, allowing the custom code to paint the table entirely, or do that in addition to default rendering.
See Also