From f843016332c53f2e3ec4f426e6468702d96a22c0 Mon Sep 17 00:00:00 2001 From: SanjayKumar Date: Wed, 8 Jul 2026 10:21:54 +0530 Subject: [PATCH 1/2] changes in Custom-View.md file --- wpf/Image-Editor/Custom-View.md | 95 +++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 39 deletions(-) diff --git a/wpf/Image-Editor/Custom-View.md b/wpf/Image-Editor/Custom-View.md index 7a5dff44ef..2d95b4d929 100644 --- a/wpf/Image-Editor/Custom-View.md +++ b/wpf/Image-Editor/Custom-View.md @@ -1,76 +1,93 @@ --- layout: post -title: Custom view of Syncfusion SfImageEditor control in WPF. -description: This section describes how to add custom shapes or views to an image and custom view settings in SfImageEditor control for WPF platform. +title: Custom view of Syncfusion SfImageEditor control in WPF +description: This section describes how to add custom shapes or views to an image and how to configure custom view settings in the SfImageEditor control for the WPF platform. platform: wpf control: SfImageEditor documentation: ug --- + # CustomView in SfImageEditor -This feature allows you to add a custom view in the Image Editor and provide the different customization options. +This feature allows you to add a custom view in the Image Editor and provides several customization options. -## Add a custom view on image editor +## Add a custom view on the image editor -You can add any custom shapes or views to an image using the `AddCustomView` method in the Image Editor control. To add a custom view, specify the view and its desired `CustomViewSettings` as shown in the following code snippet. +You can add any custom shape or view to an image using the `AddCustomView` method in the Image Editor control. To add a custom view, specify the view and its desired `CustomViewSettings`, as shown in the following code snippet. -{% tabs %} +{% tabs %} {% highlight xaml %} - - - - - -