You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet/Diagram/Connector.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ control: Diagram
7
7
documentation: ug
8
8
---
9
9
10
-
# Connector
10
+
# Connector in ASP.NET Webforms Diagram
11
11
12
12
Connectors are objects used to create link between two points, nodes or ports to represent the relationships between them.
13
13
@@ -691,7 +691,7 @@ The following code example illustrates how to customize the appearance of the de
691
691

692
692
693
693
## Interaction
694
-
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/aspnet/Diagram/Interaction#connection-editing"Connection Editing").
694
+
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/aspnet/diagram/interaction#connection-editing"Connection Editing").
695
695
696
696
## Constraints
697
-
The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet/Diagram/Constraints#connectorconstraints"Connector Constraints").
697
+
The `Constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/aspnet/diagram/constraints#connectorconstraints"Connector Constraints").
Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/aspnet/Diagram/Interaction"Interaction").
268
+
Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/aspnet/diagram/interaction"Interaction").
269
269
270
270
## Constraints
271
271
272
-
The `Constraints` property of node allows you to enable/disable certain features. For more information about node constraints, refer to [Node Constraints](/aspnet/Diagram/Constraints#NodeConstraints"Node Constraints").
272
+
The `Constraints` property of node allows you to enable/disable certain features. For more information about node constraints, refer to [Node Constraints](/aspnet/diagram/constraints#NodeConstraints"Node Constraints").
0 commit comments