Represents the general type of StarDiagramNode which simply holds some data. DataNode objects have a single StarDiagramConnectionPoint attached to them.

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 class DataNode : StarDiagramNode
Visual Basic (Declaration)
Public Class DataNode _
	Inherits StarDiagramNode

Inheritance Hierarchy

See Also