Gets or sets the IDiagramModel that the connection belongs to.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IDiagramModel Diagram { get; set; }
Visual Basic (Declaration)
Public Property Diagram As IDiagramModel

Implements

IDiagramConnection..::.Diagram

See Also