Gets the diagram node being edited.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public DiagramNode Node { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Node As DiagramNode |
An instance of the DiagramNode class that represents either the node being edited, or the table that contains the edited cell.
WpfDiagram Programmer's Guide | © 2024 MindFusion |