An IInputMode that detects when the mouse hovers over the
CanvasControl.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class MouseHoverInputMode : AbstractConcurrentInputMode |
| Visual Basic |
|---|
Public Class MouseHoverInputMode _ Inherits AbstractConcurrentInputMode |
Remarks
This implementation will show a ToolTip.
In order to make use of this instance one has to register with the QueryToolTip
event.
Setting a custom ValidHoverLocationHitTestable
will restrict the area where a tool tip can be shown.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Input..::..AbstractInputMode
yWorks.Canvas.Input..::..AbstractConcurrentInputMode
yWorks.Canvas.Input..::..MouseHoverInputMode
yWorks.Canvas.Input..::..AbstractInputMode
yWorks.Canvas.Input..::..AbstractConcurrentInputMode
yWorks.Canvas.Input..::..MouseHoverInputMode