Sets all the properties within this IDiagramConnection to be like the properties
of the given IDiagramConnectionState.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: 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 _ ) |
Parameters
- state
- Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramConnectionState
The IDiagramConnectionState to copy the properties from.