Search
TableNodeExtensions.CellCustomDraw(T) Method
See Also
 





Sets the type of custom drawing performed on the table cells.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T CellCustomDraw<T> (
    T tableNode,
    CustomDraw value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CellCustomDraw(Of T As TableNode) ( _
    tableNode As T, _
    value As CustomDraw _
) As T

 Parameters

tableNode

value

 Return Value

 See Also