Search
RemoveFromContainerCmd.Node Property
See Also
 





Gets the item associated with the command.

Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramNode Node { get; }

Visual Basic  Copy Code

Public ReadOnly Property Node As DiagramNode

 Property Value

 See Also