The StarDiagramConnectionState type exposes the following members.

Constructors

  NameDescription
StarDiagramConnectionState
Initializes a new instance of the StarDiagramConnectionState by storing all the important property values of the given StarDiagramConnection.

Methods

  NameDescription
Apply
Applies the property values stored in this StarDiagramConnectionState on to the given IDiagramConnection. Note that because the Data property is readonly, it must be set by the given IDiagramConnection itself if neccessary. This method throws an InvalidOperationException if the given connection is not an instance of StarDiagramConnection.
(Overrides ConnectionState..::.Apply(IDiagramConnection).)

Properties

  NameDescription
Data
Gets the data associated with this state of the connection.
(Inherited from ConnectionState.)
DesiredLength
Gets the stored value for the DesiredLength property of a StarDiagramConnection object.

See Also