New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ImageEditorCommands : INotifyPropertyChanged

Inheritance: objectImageEditorCommands

Implements: INotifyPropertyChanged

Constructors

C#
public ImageEditorCommands(RadImageEditor owner)
Parameters:ownerRadImageEditor

Properties

C#
public CommitSelectionCommand CommitSelection { get; }
C#
public DeselectCommand Deselect { get; }
C#
public ExecuteToolCommand ExecuteTool { get; }
C#
public FlipHorizontalCommand FlipHorizontal { get; }
C#
public FlipVerticalCommand FlipVertical { get; }
C#
public InvertColorsCommand InvertColors { get; }
C#
public OpenImageCommand Open { get; }
C#
public RedoCommand Redo { get; }
C#
public Rotate180Command Rotate180 { get; }
C#
public Rotate90ClockwiseCommand Rotate90Clockwise { get; }
C#
public Rotate90CounterclockwiseCommand Rotate90Counterclockwise { get; }
C#
public SaveImageCommand Save { get; }
C#
public UndoCommand Undo { get; }

Methods

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged