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-toolkit/Chips/Customization.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1247,6 +1247,49 @@ this.Content = stack;
1247
1247
1248
1248
N> The default value of ChipBorderColor is [`Color.FromArgb("#79747E")`].
1249
1249
1250
+
1251
+
## ChipCornerRadius
1252
+
1253
+
The [ChipCornerRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfChipGroup.html#Syncfusion_Maui_Core_SfChipGroup_ChipCornerRadius) property is used to customize the rounded edges of each individual chip in the SfChipGroup, as demonstrated in the following code sample.

1290
+
1291
+
N> The default value of ChipCornerRadius is [`Thickness(8)`]. When using ItemTemplate in SfChipGroup, to modify the corner radius of each chip, set the ChipCornerRadius of the SfChipGroup to avoid extra borders.
1292
+
1250
1293
## ChipTextSize
1251
1294
1252
1295
The [ChipTextSize](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Chips.SfChipGroup.html#Syncfusion_Maui_Toolkit_Chips_SfChipGroup_ChipTextSize) property customizes the text size of the SfChipGroup.
0 commit comments