C

LayoutGraphItem
abstract

Represents a common base type for both LayoutNode and LayoutEdge items within a LayoutGraph.
ImplementsInheritance Hierarchy

Remarks

This class does not introduce additional public functionality to its base class. It is not intended to be subclassed by API users. Use the derived classes LayoutNode and LayoutEdge for creating graph elements.

This class cannot be instantiated

Members

No filters for this type

Properties

Gets or sets the tag object associated with this item instance.
The tag is an optional user-defined object which can be used to store arbitrary data related to this item. The item itself just provides the storage for the object.
final

Implements

ITagOwner.tag