An abstract implementation of a utility class that manages the visual representations of items in a CanvasControl

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 abstract class ModelManager<T>
Visual Basic
Public MustInherit Class ModelManager(Of T)

Type Parameters

T
The type of items this instance deals with.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..ModelManager<(Of <(<'T>)>)>
    yWorks.Canvas.Model..::..InstallerBasedModelManager<(Of <(<'T>)>)>

See Also