DeselectCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class DeselectCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseDeselectCommand
Implements:
Inherited Members
Constructors
Properties
Gets a value indicating whether this command can be executed when RadImageEditor doesn't have a lodaded image. The default implementation returns false.
C#
protected override bool CanExecuteWithoutImage { get; }
true if this command requires an image be loaded; otherwise, false.
Overrides: