ImageMiniToolBar
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ImageMiniToolBar : MiniToolBarBase, IImageMiniToolBar
Inheritance: objectMiniToolBarBaseImageMiniToolBar
Implements:
Inherited Members
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:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
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)
The point where the mini toolbar should be displayed.
imageInlineImageInlineThe image inline element to which the mini toolbar is associated.
replaceCurrentImageCallbackAction<ImageInline>ownerRadRichTextBoxThe RadRichTextBox instance in which the image inline is contained.
Implements: