Skip to content

Commit 28ac6fe

Browse files
committed
991709: Updated Sample: Render Image Editor in Dialog Component (Blazor)
1 parent 3a02a2a commit 28ac6fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blazor/image-editor/how-to/render-dialog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
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.
55
platform: Blazor
66
control: Image Editor
77
documentation: ug
88
---
99

1010
# Render Image Editor in Dialog Component
1111

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.
1313

1414
```cshtml
1515
@using Syncfusion.Blazor.ImageEditor
@@ -66,4 +66,4 @@ Rendering the Image Editor in a dialog involves displaying the image editor comp
6666
}
6767
```
6868

69-
![Blazor Image Editor with Resize the custom selection](../images/blazor-image-editor-dialog.jpg)
69+
![Blazor Image Editor rendered in a dialog](../images/blazor-image-editor-dialog.jpg)

0 commit comments

Comments
 (0)