Class
ImageEditorCommands

Definition

Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ImageEditorCommands : INotifyPropertyChanged

Inheritance: objectImageEditorCommands

Implements: INotifyPropertyChanged

Constructors

ImageEditorCommands(RadImageEditor)

Declaration

cs-api-definition
public ImageEditorCommands(RadImageEditor owner)

Parameters

owner

RadImageEditor

Properties

CommitSelection

Declaration

cs-api-definition
public CommitSelectionCommand CommitSelection { get; }

Property Value

CommitSelectionCommand

Deselect

Declaration

cs-api-definition
public DeselectCommand Deselect { get; }

Property Value

DeselectCommand

ExecuteTool

Declaration

cs-api-definition
public ExecuteToolCommand ExecuteTool { get; }

Property Value

ExecuteToolCommand

FlipHorizontal

Declaration

cs-api-definition
public FlipHorizontalCommand FlipHorizontal { get; }

Property Value

FlipHorizontalCommand

FlipVertical

Declaration

cs-api-definition
public FlipVerticalCommand FlipVertical { get; }

Property Value

FlipVerticalCommand

InvertColors

Declaration

cs-api-definition
public InvertColorsCommand InvertColors { get; }

Property Value

InvertColorsCommand

Open

Declaration

cs-api-definition
public OpenImageCommand Open { get; }

Property Value

OpenImageCommand

Redo

Declaration

cs-api-definition
public RedoCommand Redo { get; }

Property Value

RedoCommand

Rotate180

Declaration

cs-api-definition
public Rotate180Command Rotate180 { get; }

Property Value

Rotate180Command

Rotate90Clockwise

Declaration

cs-api-definition
public Rotate90ClockwiseCommand Rotate90Clockwise { get; }

Property Value

Rotate90ClockwiseCommand

Rotate90Counterclockwise

Declaration

cs-api-definition
public Rotate90CounterclockwiseCommand Rotate90Counterclockwise { get; }

Property Value

Rotate90CounterclockwiseCommand

Save

Declaration

cs-api-definition
public SaveImageCommand Save { get; }

Property Value

SaveImageCommand

Undo

Declaration

cs-api-definition
public UndoCommand Undo { get; }

Property Value

UndoCommand

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged