ClassImageMiniToolBar
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ImageMiniToolBar : MiniToolBarBase, IImageMiniToolBar
Inheritance: objectMiniToolBarBaseImageMiniToolBar
Implements:
Inherited Members
Constructors
ImageMiniToolBar()
Declaration
public ImageMiniToolBar()
Properties
CloseCommand
Declaration
public DelegateCommand CloseCommand { get; }
Property Value
FlipCommand
Declaration
public DelegateCommand FlipCommand { get; }
Property Value
RotateCommand
Declaration
public DelegateCommand RotateCommand { get; }
Property Value
ShowImageEditorDialogCommand
Declaration
public DelegateCommand ShowImageEditorDialogCommand { get; }
Property Value
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Show(Point, ImageInline, Action<ImageInline>, RadRichTextBox)
Displays the image mini toolbar at the specified location for the given image inline element.
Declaration
public void Show(Point location, ImageInline imageInline, Action<ImageInline> replaceCurrentImageCallback, RadRichTextBox owner)
Parameters
location
Point
The point where the mini toolbar should be displayed.
imageInline
The image inline element to which the mini toolbar is associated.
replaceCurrentImageCallback
owner
The RadRichTextBox instance in which the image inline is contained.
Implements