SelectionBehavior
open class SelectionBehavior : BehaviorBase
This behavior allows only selection of existing items. Modifying them or drawing new ones is disabled. Inherits BehaviorBase.
-
Initializes a new instance of the SelectionBehavior 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 SelectionBehavior class.