MindFusion.Wpf Pack Programmer's Guide
Diagram.CellCustomDraw Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public CustomDraw CellCustomDraw { get; set; }

Visual Basic  Copy Code

Public Property CellCustomDraw As CustomDraw

 Property Value

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

 Remarks

The CellCustomDraw member of new tables is initialized from this property.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
TableCustomDraw Property