Specialized input mode that is used to reparent a stripe inside an ITable structure.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class ReparentStripeInputMode : MoveInputMode
Visual Basic
Public Class ReparentStripeInputMode _
	Inherits MoveInputMode

Remarks

This implementation delegates most work to an instance of ReparentStripePositionHandler

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..AbstractInputMode
    yWorks.Canvas.Input..::..AbstractConcurrentInputMode
      yWorks.Canvas.Input..::..StateMachineInputMode
        yWorks.Canvas.Input..::..MoveInputMode
          yWorks.yFiles.UI.Input..::..ReparentStripeInputMode

See Also