Skip to content

Commit a2a3814

Browse files
committed
892868: Sub topics
1 parent 86f4461 commit a2a3814

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blazor/diagram/connectors/segments/bezier/bezier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
244244

245245
![Avoid overlapping with bezier](../../../images/bezierOverlap.png)
246246

247-
### How to customize Bezier Segment Thumb Shape
247+
## How to customize Bezier Segment Thumb Shape
248248

249249
The Bezier connector can have multiple segments between the source and target points. By default, these segments are rendered as circles, but this can be customized either globally or for individual connectors using the [SegmentThumbSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SegmentThumbSettings.html) class.
250250

blazor/diagram/tool-tip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
833833

834834
For more information about tooltip, refer to [Tooltip](https://blazor.syncfusion.com/documentation/diagram/tool-tip)
835835

836-
### How to set tooltip for user handles
836+
## How to set tooltip for user handles
837837

838838
The Diagram component supports displaying tooltips when the mouse hovers over any [UserHandle](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SelectorConstraints.html#Syncfusion_Blazor_Diagram_SelectorConstraints_UserHandle). To achieve this, you need to configure the `Tooltip` property of the `UserHandle` to include the tooltip [Content](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.DiagramTooltip.html#Syncfusion_Blazor_Diagram_DiagramTooltip_Content) and set its [Position](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.DiagramTooltip.html#Syncfusion_Blazor_Diagram_DiagramTooltip_Position) appropriately. This configuration ensures that relevant information is displayed at the correct position relative to the handle when users hover over it.
839839

@@ -991,7 +991,7 @@ The diagram supports displaying tooltips when the mouse hovers over any [FixedUs
991991
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandle/FixedUserHandleTooltip)
992992
![Tooltip for UserHandle](images/FixedUserHandleTooltip.gif)
993993

994-
## How to set sticky tooltip for fixed user handles
994+
### How to set sticky tooltip for fixed user handles
995995

996996
With this mode set to `true`, Tooltips for fixed user handles can be made to show up on the screen as long as the close icon is pressed. In this mode, close icon is attached to the Tooltip located at the top right corner. This mode can be enabled or disabled using the `IsSticky` property in tooltip. By default, the value of the IsSticky property is set to false.
997997

@@ -1115,7 +1115,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
11151115

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

1118-
## How to set sticky tooltip for ports
1118+
### How to set sticky tooltip for ports
11191119

11201120
You can configure tooltips for ports to remain visible until the close icon is pressed. This feature is known as a "sticky" tooltip. When sticky mode is enabled, a close icon appears at the top right corner of the tooltip, allowing users to manually close it.
11211121

0 commit comments

Comments
 (0)