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

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ImageMiniToolBar : MiniToolBarBase, IImageMiniToolBar

Inheritance: objectMiniToolBarBaseImageMiniToolBar

Implements: IImageMiniToolBar

Inherited Members MiniToolBarBase.popupMiniToolBarBase.radRichTextBoxMiniToolBarBase.ShowPopup(Point, RadRichTextBox)MiniToolBarBase.HidePopup()MiniToolBarBase.SetOpacity(double)MiniToolBarBase.IsPopupOpenMiniToolBarBase.IsTransparencyEnabled...

Constructors

C#
public ImageMiniToolBar()

Properties

C#
public DelegateCommand CloseCommand { get; }
C#
public DelegateCommand FlipCommand { get; }
C#
public DelegateCommand RotateCommand { get; }
C#
public DelegateCommand ShowImageEditorDialogCommand { get; }

Methods

Hides the image mini toolbar.

C#
public void Hide()

Implements: IImageMiniToolBar.Hide()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Displays the image mini toolbar at the specified location for the given image inline element.

C#
public void Show(Point location, ImageInline imageInline, Action<ImageInline> replaceCurrentImageCallback, RadRichTextBox owner)
Parameters:locationPoint

The point where the mini toolbar should be displayed.

imageInlineImageInline

The image inline element to which the mini toolbar is associated.

replaceCurrentImageCallbackAction<ImageInline>ownerRadRichTextBox

The RadRichTextBox instance in which the image inline is contained.

Implements: IImageMiniToolBar.Show(Point, ImageInline, Action<ImageInline>, RadRichTextBox)