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
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ this.Content = stackLayout;
336
336
337
337

338
338
339
-
N> The default value of CornerRadius 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.
339
+
N> The default value of CornerRadius is [`Thickness(8)`].
340
340
341
341
342
342
## FontAttributes
@@ -1248,6 +1248,49 @@ this.Content = stack;
1248
1248
1249
1249
N> The default value of ChipBorderColor is [`Color.FromArgb("#79747E")`].
1250
1250
1251
+
1252
+
## ChipCornerRadius
1253
+
1254
+
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.

1291
+
1292
+
N> N> The default value of CornerRadius 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.
1293
+
1251
1294
## ChipTextSize
1252
1295
1253
1296
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