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: Clear an Image with Blazor Image Editor Component | Syncfusion
4
-
description: Learn here all about Clear an Image in Blazor Image Editor component in Blazor Server App and Blazor WebAssembly App.
3
+
title: Render Image Editor in a Dialog Component | Syncfusion
4
+
description: Render the Blazor Image Editor in a modal dialog for a focused, space-saving editing experience in Blazor Server and WebAssembly applications.
5
5
platform: Blazor
6
6
control: Image Editor
7
7
documentation: ug
8
8
---
9
9
10
10
# Render Image Editor in Dialog Component
11
11
12
-
Rendering the Image Editor in a dialog involves displaying the image editor component within a modal dialog window, allowing users to edit images in a pop-up interface. This can be useful for maintaining a clean layout and providing a focused editing experience without navigating away from the current page.
12
+
Rendering the Image Editor in a dialog displays the component within a modal window, enabling image editing in a pop-up interface. This approach helps maintain a clean layout and provides a focused editing experience without navigating away from the current page.
13
13
14
14
```cshtml
15
15
@using Syncfusion.Blazor.ImageEditor
@@ -18,49 +18,52 @@ Rendering the Image Editor in a dialog involves displaying the image editor comp
0 commit comments