Class ImageMiniToolBar
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ImageMiniToolBar : MiniToolBarBase, IImageMiniToolBar
Constructors
ImageMiniToolBar()
Declaration
public ImageMiniToolBar()
Properties
CloseCommand
FlipCommand
RotateCommand
ShowImageEditorDialogCommand
Declaration
public DelegateCommand ShowImageEditorDialogCommand { get; }
Property Value
DelegateCommand
|
Methods
Hide()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Show(Point, ImageInline, Action<ImageInline>, RadRichTextBox)
Declaration
public void Show(Point location, ImageInline imageInline, Action<ImageInline> replaceCurrentImageCallback, RadRichTextBox owner)
Parameters
System.Windows.Point
location
|
ImageInline
imageInline
|
System.Action<ImageInline>
replaceCurrentImageCallback
|
RadRichTextBox
owner
|