An IConcurrentInputMode implementation that uses a StateMachine to manage its state.

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

Syntax

C#
public class StateMachineInputMode : AbstractConcurrentInputMode
Visual Basic
Public Class StateMachineInputMode _
	Inherits AbstractConcurrentInputMode

Remarks

This instance does nothing and needs to be customized or subclassed in order to be useful.

Inheritance Hierarchy

See Also