Gets the DiagramNode object that should be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode Node { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Node As DiagramNode |
An instance of the DiagramNode class.
See Also