ModifyBehavior
open class ModifyBehavior : BehaviorBase
A behavior that allow only objects to be selected and modified. New objects cannot be created. Inherits BehaviorBase.
-
Initializes a new instance of the ModifyBehavior class associated with the DiagramView provided as a parameter.
Declaration
Swift
public override init(diagramView: DiagramView)
Parameters
diagramView
The DiagramView to use with this behavior.
Return Value
A new instance of the ModifyBehavior class.