Skip to content

Commit 7bc3373

Browse files
851216: Update in Ug documentation
1 parent b4c9291 commit 7bc3373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ej2-asp-core-mvc/diagram/ports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The constraints property allows to enable/disable certain behaviors of ports. Fo
240240

241241
## Specify connection direction to port
242242

243-
The [`connectionDirection`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Diagrams.DiagramPort.html#Syncfusion_EJ2_Diagrams_DiagramPort_connectionDirection) property of a port allows users to specify the direction in which a connector should establish a connection. This can be either to the port (incoming) or from the port (outgoing).
243+
The [`connectionDirection`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Diagrams.PortConnectionDirection.html) property of a port allows users to specify the direction in which a connector should establish a connection. This can be either to the port (incoming) or from the port (outgoing).
244244

245245
```javascript
246246

@@ -269,4 +269,4 @@ var port= [{
269269
```
270270

271271

272-
![maxSegmentThumb](images\connectionDirection.png)
272+
![maxSegmentThumb](images/connectionDirection.png)

0 commit comments

Comments
 (0)