Represents a common base type for both LayoutNode and LayoutEdge items within a LayoutGraph.
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
Type Details
- yFiles module
- algorithms
Properties
Gets or sets the tag object associated with this item instance.
Remarks
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.