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
|
ImageEditorContainer
editor
|
Properties
AssociatedImageEditor
Declaration
public ImageEditorContainer AssociatedImageEditor { get; }
Property Value
|
ImageEditorContainer
|
CaptureCommand
Declaration
public ImageEditorCaptureCommand CaptureCommand { get; protected set; }
Property Value
|
ImageEditorCaptureCommand
|
ClearCommand
Declaration
public ImageEditorClearCommand ClearCommand { get; }
Property Value
|
ImageEditorClearCommand
|
ClearImageCommand
Declaration
public ImageEditorClearImageCommand ClearImageCommand { get; }
Property Value
|
ImageEditorClearImageCommand
|
DrawRectangleCommand
Declaration
public ImageEditorToggleDrawRectange DrawRectangleCommand { get; }
Property Value
|
ImageEditorToggleDrawRectange
|
DrawTextBoxCommand
Declaration
public ImageEditorToggleDrawTextBox DrawTextBoxCommand { get; }
Property Value
|
ImageEditorToggleDrawTextBox
|
SaveCommand
Declaration
public ImageEditorSaveCommand SaveCommand { get; }
Property Value
|
ImageEditorSaveCommand
|