Skip to content

Commit 0349893

Browse files
Update LiquidGlassSupport.md
1 parent 3e9f149 commit 0349893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/Chips/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Set the `EnableLiquidGlassEffect` property to `true` in the `SfChip` control to
2323

2424
To achieve a glass like background in the Chips, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
2525

26-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfChip` control:
26+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfChipGroup` control:
2727
{% tabs %}
2828
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="5" %}
2929
<Grid>

0 commit comments

Comments
 (0)