An IInputMode that can be used for an overview CanvasControl.

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

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class OverviewInputMode : AbstractInputMode
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class OverviewInputMode _
	Inherits AbstractInputMode

Remarks

This mode will add navigation capabilities to the control it is installed in.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      yWorks.Canvas.Input..::..AbstractInputMode
        yWorks.Canvas.Input..::..OverviewInputMode

See Also