|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Ports | Diagram | ASP.NET Webform | Syncfusion |
4 | | -description: This section explains how to draw/create connections between the nodes with specific points. |
| 3 | +title: Ports in ASP.NET Webforms Diagram Control | Syncfusion |
| 4 | +description: Learn here all about ports support in Syncfusion Essential ASP.NET Webforms Diagram Control, its elements, and more. |
5 | 5 | platform: aspnet |
6 | 6 | control: Diagram |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Port |
| 10 | +# Ports in ASP.NET Webforms Diagram |
11 | 11 |
|
12 | 12 | Essential Diagram for ASP.NET provides support to define custom ports for making connections. |
13 | 13 |
|
14 | | - |
| 14 | + |
15 | 15 |
|
16 | 16 | When a connector is connected between two nodes, its end points are automatically docked to node's nearest boundary as shown in the following image. |
17 | 17 |
|
18 | | - |
| 18 | + |
19 | 19 |
|
20 | 20 | Ports act as the connection points of node and allows to create connections with only those specific points as shown in the following image. |
21 | 21 |
|
22 | | - |
| 22 | + |
23 | 23 |
|
24 | 24 | ## Create Port |
25 | 25 |
|
@@ -75,7 +75,7 @@ You can add ports at runtime by using the client side method `addPorts`. The fol |
75 | 75 |
|
76 | 76 | {% endhighlight %} |
77 | 77 |
|
78 | | - |
| 78 | + |
79 | 79 |
|
80 | 80 | To explore the set of properties for defining a port, refer to [Port Properties](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Port.html "Port Properties") |
81 | 81 |
|
@@ -123,8 +123,8 @@ The following code illustrates how to change the appearance of port. |
123 | 123 |
|
124 | 124 | {% endhighlight %} |
125 | 125 |
|
126 | | - |
| 126 | + |
127 | 127 |
|
128 | 128 | ## Constraints |
129 | 129 |
|
130 | | -The `Constraints` property allows to enable/disable certain behaviors of ports. For more information about port constraints, refer to [Port Constraints](/aspnet/Diagram/Constraints#portconstraints) |
| 130 | +The `Constraints` property allows to enable/disable certain behaviors of ports. For more information about port constraints, refer to [Port Constraints](/aspnet/diagram/constraints#portconstraints) |
0 commit comments