Class SharpenCommandContext
This object is passed as a parameter to the SharpenCommand and SharpenInteractiveCommand command.
Inheritance
System.Object
SharpenCommandContext
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SharpenCommandContext : BindableObject
Constructors
SharpenCommandContext()
Declaration
public SharpenCommandContext()
Fields
SharpenProperty
Identifies the Sharpen property.
Declaration
public static readonly BindableProperty SharpenProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Sharpen
Gets or sets the radius of the sharpen filter in pixels. The default value of 0 preserves the original sharpness of the image. Positive values increase the strength of the sharpen filter.
Declaration
public double Sharpen { get; set; }
Property Value
System.Double
|