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
title: Liquid Glass Support for .NET MAUI Image Editor Control | Syncfusion®
4
-
description: Learn how to enable liquid glass support for the Syncfusion® .NET MAUI ImageEditor(SfImageEditor) control using SfGlassEffectsView.
3
+
title: Liquid Glass Support for .NET MAUI Image Editor | Syncfusion®
4
+
description: Learn how to enable and customize the Liquid Glass Effect in the Syncfusion® .NET MAUI Image Editor (SfImageEditor) control.
5
5
platform: MAUI
6
6
control: SfImageEditor
7
7
documentation: ug
8
8
---
9
9
10
-
# Liquid Glass Support
10
+
# Liquid glass effect
11
11
12
-
The `SfImageEditor` supports a liquid glass appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the Image Editor is placed over images or colorful layouts.
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
14
-
Additionally, you can apply the glass effect to the ImageEditor control by enabling the [EnableLiquidGlassEffect]() property.
14
+
## Apply liquid glass effect
15
15
16
-
## Platform and Version Support
16
+
Follow these steps to enable and configure the Liquid Glass Effect in the Image Editor control:
17
17
18
-
1. This feature is supported on .NET 10 or greater.
19
-
2. This feature is supported on macOS 26 and iOS 26 or later.
20
-
3. On platforms or versions below these requirements, the control renders without the acrylic blur effect and falls back to a standard background.
18
+
### Step 1: Wrap the control inside glass effect view
21
19
22
-
## Prerequisites
20
+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `ImageEditor` control, wrap the control inside the `SfGlassEffectView` class.
23
21
24
-
- Add the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package (for SfGlassEffectsView).
25
-
- Add the [Syncfusion.Maui.ImageEditor](https://www.nuget.org/packages/Syncfusion.Maui.ImageEditor/) package (for SfImageEditor).
22
+
For more details, refer to the Liquid Glass Getting Started documentation.
26
23
27
-
##Apply Liquid Glass Effect to SfImageEditor
24
+
### Step 2: Enable the liquid glass effect on Image Editor
28
25
29
-
Wrap the `SfImageEditor` inside an [SfGlassEffectsView]() to give the Image Editor surface a glass (blurred or clear) appearance.
26
+
Set the `EnableLiquidGlassEffect` property to `true` in the `SfImageEditor` control to apply the Liquid Glass Effect. When enabled, the effect is also applied to its dependent controls and provides responsive interaction for a smooth and engaging user experience.
27
+
28
+
### Step 3: Customize the background
29
+
30
+
To achieve a glass like background in the Image Editor and its Toolbar, set the `Background` property to `Transparent`.
31
+
32
+
The background will then be treated as a tinted color, ensuring a consistent glass effect across the control.
33
+
34
+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the SfImageEditor control:
Copy file name to clipboardExpand all lines: MAUI/Kanban-Board/liquid-glass-effect.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# Liquid Glass Support
11
11
12
-
The `SfKanban` supports a liquid glass effect by setting the [EnableLiquidGlassEffect]() property to true. This enhances visual depth and readability when kanban control placed over images or colorful layouts.
12
+
The [SfKanban](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Kanban.SfKanban.html) supports a liquid glass effect by setting the [EnableLiquidGlassEffect]() property to true. This enhances visual depth and readability when kanban control placed over images or colorful layouts.
13
13
14
14
## Platform and Version Support
15
15
@@ -357,4 +357,4 @@ public class KanbanViewModel
357
357
N>
358
358
* Liquid Glass effects are most visible over images or colorful backgrounds.
359
359
360
-
The following screenshot illustrates `SfCardView` with the liquid glass effect enabled over a colorful background.
360
+
The following screenshot illustrates [SfKanban](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Kanban.SfKanban.html) with the liquid glass effect enabled over a colorful background.
0 commit comments