New to Telerik UI for WPFStart a free 30-day trial

Represents an interface for an image editor dialog used to modify images in the document.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IImageEditorDialog

Derived Classes: ImageEditorDialog

Methods

C#
void ShowDialog(Inline selectedImage, Action<Inline, Inline> replaceCurrentInlineCallback, string executeToolName, RadRichTextBox owner)
Parameters:selectedImageInlinereplaceCurrentInlineCallbackAction<Inline, Inline>executeToolNamestringownerRadRichTextBox