The interface used in an IGraph implementation
for labels.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ILabel : IModelItem, ILookup, ITagOwner |
| Visual Basic |
|---|
Public Interface ILabel _ Inherits IModelItem, ILookup, ITagOwner |
Remarks
This interface provides read-only access to the properties of a label.
In order to modify the state of an instance use the various methods provided by the
IGraph this instance belongs to.
Labels are stored in IListEnumerable<ILabel>s, that
can be obtained from ILabeledItem implementations' Labels
property.
Typical owners of a label are INode and IEdge instances.
Like all items in an IGraph, this item supports the
Lookup(Type) method that can be used
to query additional aspects of the item.