PanBehavior
open class PanBehavior : BehaviorBase
Mouse gestures pan the view. Inherits BehaviorBase.
-
Initializes a new instance of the PanBehavior class associated with the DiagramView provided as a parameter.
Declaration
Swift
public init(diagramView: DiagramView, supportsModify: Bool)
Parameters
diagramView
The DiagramView to use with this behavior.
Return Value
A new instance of the PanBehavior class.