A convenience implementation of the IPositionHandler interface that can be used to constrain the position 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 ConstrainedPositionHandler : ConstrainedDragHandler<IPositionHandler>, 
	IPositionHandler, IDragHandler
Visual Basic
Public MustInherit Class ConstrainedPositionHandler _
	Inherits ConstrainedDragHandler(Of IPositionHandler) _
	Implements IPositionHandler, IDragHandler

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..ConstrainedDragHandler<(Of <(<'IPositionHandler>)>)>
    yWorks.Canvas.Input..::..ConstrainedPositionHandler

See Also