Class SharpenCommandContext
This object is passed as a parameter to the Sharpen
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.
|
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.
|