This property allows you to display a custom property dialog.

[Visual Basic] Public Property CustomDialog As System.Windows.Window
[C#] public System.Windows.Window CustomDialog {get; set;}

Property Value

Value of type System.Windows.Window

Default value is Nothing (null)

Explanation

The CustomDialog property allows you to display a custom property dialog. By setting the CustomDialog property, the ImageKit standard property dialog will be disabled and your custom property dialog will be used. To display the ImageKit standard property dialog, set CustomDialog property to Nothing (null)

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation