RadImageEditorUI
RadImageEditor is powerful UI component for image editing with predefined UI.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
[TelerikToolboxCategory("Input")]
public class RadImageEditorUI : Control
Inheritance: objectRadImageEditorUI
Constructors
public RadImageEditorUI()
Fields
public const string ImageEditorName = "ImageEditor"
ImageProperty
DependencyProperty
public static readonly DependencyProperty ImageProperty
ImageToolsSectionsProperty
DependencyProperty
public static readonly DependencyProperty ImageToolsSectionsProperty
IsOpenButtonVisibleProperty
DependencyProperty
public static readonly DependencyProperty IsOpenButtonVisibleProperty
IsReadOnlyProperty
DependencyProperty
public static readonly DependencyProperty IsReadOnlyProperty
IsSaveButtonVisibleProperty
DependencyProperty
public static readonly DependencyProperty IsSaveButtonVisibleProperty
OpenCommandParameterProperty
DependencyProperty
public static readonly DependencyProperty OpenCommandParameterProperty
OpenCommandProperty
DependencyProperty
public static readonly DependencyProperty OpenCommandProperty
SaveCommandParameterProperty
DependencyProperty
public static readonly DependencyProperty SaveCommandParameterProperty
SaveCommandProperty
DependencyProperty
public static readonly DependencyProperty SaveCommandProperty
ZoomToCursorProperty
DependencyProperty
public static readonly DependencyProperty ZoomToCursorProperty
Properties
Gets or sets the current image.
public RadBitmap Image { get; set; }
The image.
Gets the RadImageEditor used inside the RadImageEditorUI.
public RadImageEditor ImageEditor { get; }
The image editor.
Gets or sets the image tools sections collection.
public ImageToolsSectionsCollection ImageToolsSections { get; set; }
The image tools sections collection.
public bool IsOpenButtonVisible { get; set; }
Gets or sets a value indicating whether the control is read-only.
public bool IsReadOnly { get; set; }
public bool IsSaveButtonVisible { get; set; }
public ICommand OpenCommand { get; set; }
public object OpenCommandParameter { get; set; }
public ICommand SaveCommand { get; set; }
public object SaveCommandParameter { get; set; }
Gets or sets the value indicating whether wheel scaling is performed towards the mouse cursor on the image.
public bool ZoomToCursor { get; set; }
Methods
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
protected override void OnKeyDown(KeyEventArgs e)
Events
public event EventHandler ImageEditorLoaded