diff --git a/wpf/Image-Editor/Custom-View.md b/wpf/Image-Editor/Custom-View.md index 7a5dff44ef..9db0f54215 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 explains how to add custom shapes or views to an image and configure custom view settings in the SfImageEditor control for 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 %} - - - - - -