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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ chip.CornerRadius = 25;
329
329
chip.Stroke = Colors.Black;
330
330
stackLayout.Children.Add(chip);
331
331
this.Content = stackLayout;
332
-
332
+
333
333
{% endhighlight %}
334
334
335
335
{% endtabs %}
@@ -342,6 +342,7 @@ N> The default value of CornerRadius is [`Thickness(8)`]. When using ItemTemplat
342
342
## FontAttributes
343
343
344
344
The [FontAttributes](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.ButtonBase.html#Syncfusion_Maui_Toolkit_ButtonBase_FontAttributes) property customizes the font style of text in SfChip.
0 commit comments