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: ArtOfTest.WebAii.Design.UI.ImageEditor
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ImageEditorCommands
Constructors
ImageEditorCommands(ImageEditorContainer)
Declaration
public ImageEditorCommands(ImageEditorContainer editor)
Parameters
Image
|
Properties
AssociatedImageEditor
Declaration
public ImageEditorContainer AssociatedImageEditor { get; }
Property Value
CaptureCommand
Declaration
public ImageEditorCaptureCommand CaptureCommand { get; protected set; }
Property Value
ClearCommand
Declaration
public ImageEditorClearCommand ClearCommand { get; }
Property Value
ClearImageCommand
Declaration
public ImageEditorClearImageCommand ClearImageCommand { get; }
Property Value
DrawRectangleCommand
Declaration
public ImageEditorToggleDrawRectange DrawRectangleCommand { get; }
Property Value
DrawTextBoxCommand
Declaration
public ImageEditorToggleDrawTextBox DrawTextBoxCommand { get; }
Property Value
SaveCommand
Declaration
public ImageEditorSaveCommand SaveCommand { get; }