Skip to content

Commit 3d650fa

Browse files
Revamping the Ug
1 parent 22e835e commit 3d650fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blazor/diagram/connectors/connectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn
603603

604604
![Connecting two nodes using specific ports in Blazor Diagram](../images/blazor-diagram-port-to-port-connection.png)
605605

606-
* Set [PortConstraints](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.PortConstraints.html) to [InConnect](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.PortConstraints.html#Syncfusion_Blazor_Diagram_PortConstraints_InConnect), to accept only incoming connection to dock in it. Similarly, Set PortConstraints to [OutConnect](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.PortConstraints.html#Syncfusion_Blazor_Diagram_PortConstraints_OutConnect), to accept only an outgoing connection to dock in it.
607-
* Setting [None](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.PortConstraints.html#Syncfusion_Blazor_Diagram_PortConstraints_None), the port restricts connectors from establishing a connection to the port.
606+
* Set [PortConstraints](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.PortConstraints.html) to **InConnect**, to accept only incoming connection to dock in it. Similarly, Set PortConstraints to **OutConnect**, to accept only an outgoing connection to dock in it.
607+
* Setting **None**, the port restricts connectors from establishing a connection to the port.
608608

609609
## See also
610610

blazor/diagram/connectors/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ The following example demonstrates how to update the `MaxSegmentThumbs` value at
994994

995995
A complete working sample can be downloaded from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Connectors/Customization/MaxSegmentThumbRuntime).
996996

997-
>**Note:** The `MaxSegmentThumbs` property is applicable only when the connector type is set to [`Orthogonal`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.ConnectorSegmentType.html#Syncfusion_Blazor_Diagram_ConnectorSegmentType_Orthogonal).
997+
>**Note:** The `MaxSegmentThumbs` property is applicable only when the connector type is set to **Orthogonal**.
998998
999999
## See also
10001000

0 commit comments

Comments
 (0)