A standard implementation of IDiagramConnectionState that can store property values of the properties found in the IDiagramConnection interface. This ConnectionState will store the following property values of the given IDiagramConnection: Data, FromConnectionPoint, ToConnectionPoint, Segments, IsUserModified, and ConnectionPoints. Note that a ConnectionState clones the DiagramConnectionSegment objects in the Segments property, but all other property values are stored by refference.

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 class ConnectionState : IDiagramConnectionState
Visual Basic (Declaration)
Public Class ConnectionState _
	Implements IDiagramConnectionState

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.ConnectionState
    Mindscape.WpfDiagramming.StarDiagrams..::.StarDiagramConnectionState

See Also