An interface for a class that installs visual representations of items
in a canvas control.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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.