A convenience implementation of the IHandle interface that can be used to constrain the handle of an item.

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public abstract class ConstrainedHandle : ConstrainedDragHandler<IHandle>, 
	IHandle, IDragHandler
Visual Basic
Public MustInherit Class ConstrainedHandle _
	Inherits ConstrainedDragHandler(Of IHandle) _
	Implements IHandle, IDragHandler

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..ConstrainedDragHandler<(Of <(<'IHandle>)>)>
    yWorks.Canvas.Input..::..ConstrainedHandle

See Also