Sets all the properties within this IDiagramConnection to be like the properties of the given IDiagramConnectionState.

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

Syntax

C#
void SetAs(
	IDiagramConnectionState state
)
Visual Basic (Declaration)
Sub SetAs ( _
	state As IDiagramConnectionState _
)

See Also