Generic default implementation of an IPositionHandler.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class DefaultPositionHandler : IPositionHandler, 
	IDragHandler
Visual Basic
Public Class DefaultPositionHandler _
	Implements IPositionHandler, IDragHandler

Remarks

This implementation delegates to a pair of IPoint and IPointSetter implementations or an IPoint+IReshapeable implementation pair.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..DefaultPositionHandler

See Also