Search
PatternRouter.Diagram Property
See Also
 





Gets or sets the Diagram whose links will be routed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Diagram Diagram { get; set; }

Visual Basic  Copy Code

Public Property Diagram As Diagram

 Property Value

An instance of the Diagram class.

 See Also