Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blazor/diagram/tool-tip.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ The following code example demonstrates how to set the `IsSticky` property to `t
}
}
```
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandleIsSticky/)
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandle/UserHandleIsSticky/)

![ToolTip During hover the ports with Stikcy Mode](images/UserHandleIsSticky.png)

Expand Down Expand Up @@ -1113,7 +1113,7 @@ By default, tooltips are not displayed. To display a tooltip, you must explicitl
```
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Ports/ActionofPorts/TooltipForSpecificPort)

![ToolTip During hover the port](../images/PortTooltip.gif )
![ToolTip During hover the port](./images/PortTooltip.gif )

## How to set sticky tooltip for ports

Expand Down Expand Up @@ -1172,6 +1172,6 @@ The following code example demonstrates how to set the `IsSticky` property to `t
```
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Tooltip/)

![ToolTip During hover the ports with Stikcy Mode](../images/PortIsSticky.png)
![ToolTip During hover the ports with Stikcy Mode](./images/PortIsSticky.png)