A DropInputMode specialized to drag 'n' drop of IStripes.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class StripeDropInputMode : DropInputMode
Visual Basic
Public Class StripeDropInputMode _
	Inherits DropInputMode

Remarks

A dragged IStripe is optionally visualized during the drag operation. The input mode does also support snapping of the dragged INode via the SnapContext.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      yWorks.Canvas.Input..::..AbstractInputMode
        yWorks.Canvas.Input..::..AbstractConcurrentInputMode
          yWorks.Canvas.Input..::..DropInputMode
            yWorks.yFiles.UI.Input..::..StripeDropInputMode

See Also