Search
Command.Diagram Property
See Also
 






Gets the Diagram modified by this Command object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Diagram Diagram { get; }

Visual Basic  Copy Code

Public ReadOnly Property Diagram As Diagram

 Property Value

The Diagram object modified by this Command.

 See Also