Skip to content

Commit b9ab8fe

Browse files
Updated content
1 parent 8be287e commit b9ab8fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MAUI/Toolbar/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ public partial class MainPage : ContentPage
11281128

11291129
## Corner Radius Customization
11301130

1131-
The toolbar control supports customizing its corners using the CornerRadius property, allowing rounded or sharp edges to match your design preferences.
1131+
The toolbar control supports customizing its corners using the [CornerRadius] property, allowing rounded or sharp edges to match your design preferences.
11321132

11331133
The following code sample demonstrates how to set the corner radius of the toolbar.
11341134

@@ -1250,7 +1250,7 @@ public partial class MainPage : ContentPage
12501250

12511251
## Selection Corner Radius Customization
12521252

1253-
The toolbar control supports customizing corners of the selection using the SelectionCornerRadius property, allowing the corners of the selected item to be rounded or sharp based on your preference.
1253+
The toolbar control supports customizing corners of the selection using the [SelectionCornerRadius] property, allowing the corners of the selected item to be rounded or sharp based on your preference.
12541254

12551255
The following code sample demonstrates how to set the selection corner radius for toolbar items.
12561256

MAUI/Toolbar/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Toolbar (SfToolbar)
77
documentation: ug
88
---
99

10-
# Enable the Tooltip
10+
# Enable Tooltip
1111

1212
The tooltip is enabled in the view when the [TooltipText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbarItem.html#Syncfusion_Maui_Toolbar_SfToolbarItem_ToolTipText) or [Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbarItem.html#Syncfusion_Maui_Toolbar_SfToolbarItem_Text) property is set for the ToolbarItems.
1313

0 commit comments

Comments
 (0)