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/ImageEditor/liquid-glass-effect.md
+38-8Lines changed: 38 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ control: SfImageEditor
7
7
documentation: ug
8
8
---
9
9
10
-
# Liquid Glass Effect for Image Editor
10
+
# Liquid Glass Effect in .NET MAUI Image Editor (SfImageEditor)
11
11
12
12
The Liquid Glass Effect introduces a modern, translucent design with adaptive color tinting and light refraction, creating a sleek, glass like user experience that remains clear and accessible. This section explains how to enable and customize the effect in the Syncfusion® .NET MAUI Image Editor (SfImageEditor) control.
13
13
@@ -27,12 +27,12 @@ Set the `EnableLiquidGlassEffect` property to `true` in the `SfImageEditor` cont
27
27
28
28
### Step 3: Customize the background
29
29
30
-
To achieve a glass like background in the Image Editor and its Toolbar, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
30
+
To achieve a glass like background in the Image Editor and its Toolbar control, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
31
31
32
32
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfImageEditor` control:
0 commit comments