Skip to content

Commit 005ea14

Browse files
Revamping the Ug
1 parent 24456f7 commit 005ea14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/diagram/page-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn
214214

215215
## How to Change Page Margins
216216

217-
The area between the maintain content of a page and the page edges can be changed by using the `PageMargin` property. The default margins are 25 pixels on all sides.
217+
The area between the maintain content of a page and the page edges can be changed by using the `PageMargin` property. The default margins are **25** pixels on all sides.
218218

219219
```cshtml
220220
@using Syncfusion.Blazor.Diagram

blazor/diagram/tool-tip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn
10341034

10351035
When `IsSticky` property of the tooltip is set to **true**, tooltips for fixed user handles will remain visible on the screen until the user explicitly dismisses them by clicking the close icon. In this mode, a close icon is added to the top-right corner of the tooltip. This persistent tooltip behavior can be enabled or disabled using the `IsSticky` property. By default, the `IsSticky` property is set to **false**, meaning tooltips will disappear automatically when the user moves the mouse away from the handle.
10361036

1037-
The following code example demonstrates how to set IsSticky property to true for a fixed user handle:
1037+
The following code example demonstrates how to set `IsSticky` property to true for a fixed user handle:
10381038

10391039
```cshtml
10401040
@using Syncfusion.Blazor.Diagram

0 commit comments

Comments
 (0)