Gets the parent of the DiagramNodeBase. This implementation returns null, but can be overriden.

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 virtual IDiagramPositionable Parent { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Parent As IDiagramPositionable

Implements

IDiagramPositionable..::.Parent

See Also