MoveNodesBehavior
open class MoveNodesBehavior : BehaviorBase
This class is used when the diagram behavior is set to Behavior.moveNodes. Inherits BehaviorBase.
-
Initializes a new instance of the MoveNodesBehavior class associated with the DiagramView provided as a parameter.
Declaration
Swift
public override init(diagramView: DiagramView)Parameters
diagramViewThe DiagramView to use with this behavior.
Return Value
A new instance of the MoveNodesBehavior class.
MoveNodesBehavior Class Reference