Skip to content

Commit 49be751

Browse files
author
SalmanBaris25
committed
Merge branch 'hotfix/hotfix-v26.1.35' of https://github.com/syncfusion-content/ej2-asp-core-mvc-docs into ContentControlUG_Hotfix
2 parents 24ba493 + 9993839 commit 49be751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ The constraints property of annotation allows to enable or disable certain annot
654654

655655
## Annotation rotation
656656

657-
The [`rotationReference`] property of an annotation allows you to control whether the text should rotate relative to its parent node or the Page. The following code examples illustrate how to configure rotationReference for an annotation.
657+
The [`rotationReference`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Diagrams.RotationReference.html) property of an annotation allows you to control whether the text should rotate relative to its parent node or the Page. The following code examples illustrate how to configure rotationReference for an annotation.
658658

659659
```javascript
660660
var diagramElement = document.getElementById('element');

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

Lines changed: 1 addition & 1 deletion
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] 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.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).
244244

245245
```javascript
246246

0 commit comments

Comments
 (0)