Search
Diagram.TableCustomDraw Property
See Also
 





Gets or sets the default type of custom painting done on tables.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CustomDraw TableCustomDraw { get; set; }

Visual Basic  Copy Code

Public Property TableCustomDraw As CustomDraw

 Property Value

A member of the CustomDraw enumeration. The default is None.

 Remarks

The CustomDraw member of tables is initialized from this property.

 See Also