An interface for a class that installs visual representations of items in a canvas control.

Namespace: yWorks.Canvas.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IModelItemInstaller<T>
Visual Basic
Public Interface IModelItemInstaller(Of T)

Type Parameters

T
The type this installer can install into the canvas.

Remarks

This interface is used by ModelManager<(Of <(<'T>)>)> and the like.

See Also