Skip to content

Commit b2ad4c5

Browse files
999160-Updated API link for Toolbar features
### Description Updated API link for Toolbar corner radius and selection corner radius features
1 parent 0d4ee69 commit b2ad4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbar.html#Syncfusion_Maui_Toolbar_SfToolbar_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](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbar.html#Syncfusion_Maui_Toolbar_SfToolbar_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

0 commit comments

Comments
 (0)