Gets the main StarDiagramConnectionPoint situated on this StarDiagramNode. Generally this will either be the only found StarDiagramConnectionPoint. null is obtained if there are no connection points situated on this node.

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

Syntax

C#
public virtual StarDiagramConnectionPoint MainConnectionPoint { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property MainConnectionPoint As StarDiagramConnectionPoint

See Also