A utility class that offers various implementations of interfaces that can be used by different IInputMode implementations.

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 class InputModeController<T>
where T : IModelItem
Visual Basic
Public Class InputModeController(Of T As IModelItem)

Type Parameters

T
The type of the items contained in the collection model.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..InputModeController<(Of <(<'T>)>)>
    yWorks.yFiles.UI.Input..::..GraphInputModeController

See Also