Class ImageEditorCommands
Inheritance
System.Object
ImageEditorCommands
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageEditorCommands : Object, INotifyPropertyChanged
Constructors
ImageEditorCommands(RadImageEditor)
Properties
ExecuteTool
FlipHorizontal
Declaration
public FlipHorizontalCommand FlipHorizontal { get; }
Property Value
FlipHorizontalCommand
|
FlipVertical
InvertColors
Open
Redo
Rotate180
Rotate90Clockwise
Declaration
public Rotate90ClockwiseCommand Rotate90Clockwise { get; }
Property Value
Rotate90ClockwiseCommand
|
Rotate90Counterclockwise
Declaration
public Rotate90CounterclockwiseCommand Rotate90Counterclockwise { get; }
Property Value
Rotate90CounterclockwiseCommand
|
Save
Undo
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|