Enum ConnectorConstraints
Defines the constraints to enable/disable certain features of connector. None - Interaction of the connectors cannot be done. Select - Selects the connector. Delete - Delete the connector. Drag - Drag the connector. DragSourceEnd - Drag the source end of the connector. DragTargetEnd - Drag the target end of the connector. DragSegmentThump - Drag the segment thumb of the connector. AllowDrop - Allow to drop a node. Bridging - Creates bridge on intersection of two connectors. BridgeObstacle - InheritBridging - Creates bridge on intersection of two connectors. PointerEvents - Sets the pointer events. Tooltip - Displays a tooltip for the connectors. InheritToolTip - Displays a tooltip for the connectors. Interaction - Features of the connector used for interaction. ReadOnly - Enables ReadOnly Default - Default features of the connector.
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public enum ConnectorConstraints
Fields
Name | Description |
---|---|
AllowDrop | |
BridgeObstacle | |
Bridging | |
ConnectToNearByElement | |
ConnectToNearByNode | |
ConnectToNearByPort | |
Default | |
Delete | |
Drag | |
DragSegmentThumb | |
DragSourceEnd | |
DragTargetEnd | |
InheritBridging | |
InheritLineRouting | |
InheritTooltip | |
Interaction | |
LineRouting | |
None | |
PointerEvents | |
ReadOnly | |
Select | |
Tooltip |