Applies all the property values held by this IDiagramNodeState to the given IDiagramNode.

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

Parameters

node
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNode
An IDiagramNode that will have its properties set to match those held by this IDiagramNodeState.

See Also