Gets the source of the diagram.

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 abstract Object Source { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Source As Object

Implements

IDiagramModel..::.Source

See Also