ClassImageEditorCommands
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class ImageEditorCommands : INotifyPropertyChanged
Inheritance: objectImageEditorCommands
Implements:
Constructors
ImageEditorCommands(RadImageEditor)
Declaration
cs-api-definition
public ImageEditorCommands(RadImageEditor owner)
Parameters
owner
Properties
CommitSelection
Declaration
cs-api-definition
public CommitSelectionCommand CommitSelection { get; }
Property Value
Deselect
Declaration
cs-api-definition
public DeselectCommand Deselect { get; }
Property Value
ExecuteTool
Declaration
cs-api-definition
public ExecuteToolCommand ExecuteTool { get; }
Property Value
FlipHorizontal
Declaration
cs-api-definition
public FlipHorizontalCommand FlipHorizontal { get; }
Property Value
FlipVertical
Declaration
cs-api-definition
public FlipVerticalCommand FlipVertical { get; }
Property Value
InvertColors
Declaration
cs-api-definition
public InvertColorsCommand InvertColors { get; }
Property Value
Rotate180
Declaration
cs-api-definition
public Rotate180Command Rotate180 { get; }
Property Value
Rotate90Clockwise
Declaration
cs-api-definition
public Rotate90ClockwiseCommand Rotate90Clockwise { get; }
Property Value
Rotate90Counterclockwise
Declaration
cs-api-definition
public Rotate90CounterclockwiseCommand Rotate90Counterclockwise { get; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements