The interface used by items that belong to a model, that most of the utility classes for the CanvasControl can deal with.

Namespace: yWorks.Canvas.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IModelItem : ILookup, 
	ITagOwner
Visual Basic
Public Interface IModelItem _
	Inherits ILookup, ITagOwner

Remarks

This interface is a combining interface that adds no additional functionality to the ILookup and ITagOwner interfaces.

See Also