You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/Toolbar/customization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1128,7 +1128,7 @@ public partial class MainPage : ContentPage
1128
1128
1129
1129
## Corner Radius Customization
1130
1130
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.
1132
1132
1133
1133
The following code sample demonstrates how to set the corner radius of the toolbar.
1134
1134
@@ -1250,7 +1250,7 @@ public partial class MainPage : ContentPage
1250
1250
1251
1251
## Selection Corner Radius Customization
1252
1252
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.
1254
1254
1255
1255
The following code sample demonstrates how to set the selection corner radius for toolbar items.
0 commit comments