Search
DrawNodeEventArgs.Node Property
See Also
 





Gets the DiagramNode object that should be custom drawn.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode Node { get; }

Visual Basic  Copy Code

Public ReadOnly Property Node As DiagramNode

 Property Value

An instance of the DiagramNode class.

 See Also