Gets the stored Data property value for the IDiagramNode that this NodeState was made for.

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 Object Data { get; private set; }
Visual Basic (Declaration)
Public Property Data As Object

Implements

IDiagramNodeState..::.Data

See Also