Gets the item associated with the command.
Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode Node { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Node As DiagramNode |
See Also