Applies the property values stored in this StarDiagramNodeState 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 neccessary.

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

Syntax

C#
public override void Apply(
	IDiagramNode node
)
Visual Basic (Declaration)
Public Overrides 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