Gets or sets the default type of custom painting done on the cells of tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public CustomDraw CellCustomDraw { get; set; } |
Visual Basic Copy Code |
---|
Public Property CellCustomDraw As CustomDraw |
A member of the CustomDraw enumeration. The default is CustomDraw.None.
The CellCustomDraw member of new tables is initialized from this property.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |