Customized IPositionHandler implementation that moves a stripe in the table hierarchy when the stripe is dragged.

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

Syntax

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

Remarks

This class is used by default by both ReparentStripeInputMode and StripeDropInputMode to perform the actual reparenting and insertion.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..ReparentStripePositionHandler

See Also