Applies the property values stored in this NodeState on to the given IDiagramNode. Note that because the Data and Parent properties are readonly, these must be set by the given IDiagramNode itself if necessary.

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 virtual void Apply(
	IDiagramNode node
)
Visual Basic (Declaration)
Public Overridable Sub Apply ( _
	node As IDiagramNode _
)

Parameters

node
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNode
The node onto which the state is being restored.

Implements

IDiagramNodeState..::.Apply(IDiagramNode)

See Also