Class DeserializationController
Class which represents the deserialization of the controller.
Inheritance
System.Object
DeserializationController
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.UWP.dll
Syntax
public class DeserializationController : Object
Constructors
DeserializationController()
Declaration
public DeserializationController()
Methods
GetCustomView(String)
Virtual method called to get custom view.
Declaration
public virtual FrameworkElement GetCustomView(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | The string value. |
Returns
Type | Description |
---|---|
Windows.UI.Xaml.FrameworkElement | The null value. |