Sets all the properties of this IDiagramNode to match those of the given IDiagramNodeState.

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(
	IDiagramNodeState state
)
Visual Basic (Declaration)
Sub SetAs ( _
	state As IDiagramNodeState _
)

Parameters

state
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNodeState
The IDiagramNodeState to copy the properties from.

See Also