MindFusion.Wpf Pack Programmer's Guide
TableNodeExtensions.CustomDraw Method
See Also
 





Sets the type of custom drawing performed on this table.

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

 Syntax

C#  Copy Code

public static TableNode CustomDraw (
    TableNode tableNode,
    CustomDraw value
)

Visual Basic  Copy Code

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

 Parameters

tableNode

value

 Return Value

 See Also

TableNodeExtensions Members
TableNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace