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
diagramViewThe DiagramView to use with this behavior.
Return Value
A new instance of the ModifyBehavior class.
ModifyBehavior Class Reference