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

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

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
  yWorks.Canvas.Input..::..AbstractInputMode
    yWorks.Canvas.Input..::..AbstractConcurrentInputMode
      yWorks.Canvas.Input..::..DropInputMode
        yWorks.yFiles.UI.Input..::..StripeDropInputMode

See Also