An IInputMode that can be used to drag an ILabel in a GraphControl.

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 MoveLabelInputMode : MoveInputMode
Visual Basic
Public Class MoveLabelInputMode _
	Inherits MoveInputMode

Remarks

This implementation shows the possible candidate positions for a given label and allows the user to drag the label to one of these positions.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      yWorks.Canvas.Input..::..AbstractInputMode
        yWorks.Canvas.Input..::..AbstractConcurrentInputMode
          yWorks.Canvas.Input..::..StateMachineInputMode
            yWorks.Canvas.Input..::..MoveInputMode
              yWorks.yFiles.UI.Input..::..MoveLabelInputMode

See Also