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/Kanban-Board/liquid-glass-effect.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Set the `EnableLiquidGlassEffect` property to `true` in the `SfKanban` control t
27
27
28
28
### Step 3: Customize the background
29
29
30
-
To achieve a glass-like background in the Kanban control, set its Background property to Transparent and apply theme keys with transparent values to enable the liquid glass effect for kanban child elements. This ensures a consistent look and feel across your application.
30
+
To achieve a glasslike background in the Kanban control, set its Background property to Transparent and apply theme keys with transparent values to enable the liquid glass effect for kanban child elements. This ensures a consistent look and feel across your application.
31
31
32
32
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `Kanban` control:
33
33
@@ -127,14 +127,12 @@ public class KanbanViewModel
127
127
/// <returns>The collection of <see cref="KanbanModel"/> instances.</returns>
0 commit comments