Class ImageEditorCommands
Inheritance
System.Object
ImageEditorCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageEditorCommands : INotifyPropertyChanged
Constructors
ImageEditorCommands(RadImageEditor)
Properties
CommitSelection
Declaration
public CommitSelectionCommand CommitSelection { get; }
Property Value
CommitSelectionCommand
|
Deselect
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
|