Specialized input mode that is used to resize a stripe by dragging one of its borders.

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 ResizeStripeInputMode : StateMachineInputMode
Visual Basic
Public Class ResizeStripeInputMode _
	Inherits StateMachineInputMode

Remarks

By default, adjacent stripes are moved. To redistribute the space instead, use ResizeNeighborsRecognizer. Also, by default the content of the stripes is either moved or constrains the minimum available sizes for the stripe resize operations. To completely ignore all content nodes, use IgnoreContentRecognizer.

Inheritance Hierarchy

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

See Also