ClassRadImageEditorUI
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
RadImageEditorUI()
Declaration
public RadImageEditorUI()
Fields
ImageEditorName
Declaration
public const string ImageEditorName = "ImageEditor"
Field Value
ImageProperty
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
DependencyProperty
ImageToolsSectionsProperty
Declaration
public static readonly DependencyProperty ImageToolsSectionsProperty
Field Value
DependencyProperty
IsOpenButtonVisibleProperty
Declaration
public static readonly DependencyProperty IsOpenButtonVisibleProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
IsSaveButtonVisibleProperty
Declaration
public static readonly DependencyProperty IsSaveButtonVisibleProperty
Field Value
DependencyProperty
OpenCommandParameterProperty
Declaration
public static readonly DependencyProperty OpenCommandParameterProperty
Field Value
DependencyProperty
OpenCommandProperty
Declaration
public static readonly DependencyProperty OpenCommandProperty
Field Value
DependencyProperty
SaveCommandParameterProperty
Declaration
public static readonly DependencyProperty SaveCommandParameterProperty
Field Value
DependencyProperty
SaveCommandProperty
Declaration
public static readonly DependencyProperty SaveCommandProperty
Field Value
DependencyProperty
ZoomToCursorProperty
Declaration
public static readonly DependencyProperty ZoomToCursorProperty
Field Value
DependencyProperty
Properties
Image
Gets or sets the current image.
Declaration
public RadBitmap Image { get; set; }
Property Value
The image.
ImageEditor
Gets the RadImageEditor used inside the RadImageEditorUI.
Declaration
public RadImageEditor ImageEditor { get; }
Property Value
The image editor.
ImageToolsSections
Gets or sets the image tools sections collection.
Declaration
public ImageToolsSectionsCollection ImageToolsSections { get; set; }
Property Value
The image tools sections collection.
IsReadOnly
Gets or sets a value indicating whether the control is read-only.
OpenCommandParameter
Declaration
public object OpenCommandParameter { get; set; }
Property Value
SaveCommandParameter
Declaration
public object SaveCommandParameter { get; set; }
Property Value
ZoomToCursor
Gets or sets the value indicating whether wheel scaling is performed towards the mouse cursor on the image.
Methods
OnApplyTemplate()
Declaration
[SuppressMessage("Microsoft.Naming", "CA2204:Literals should be spelled correctly", MessageId = "ImageEditor")]
public override void OnApplyTemplate()
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.
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs