New to Telerik UI for .NET MAUIStart a free 30-day trial

This object is passed as a parameter to the SharpenCommand and SharpenInteractiveCommand command.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class SharpenCommandContext : BindableObject

Inheritance: objectSharpenCommandContext

Constructors

C#
public SharpenCommandContext()

Fields

SharpenProperty

BindableProperty

Identifies the Sharpen property.

C#
public static readonly BindableProperty SharpenProperty

Properties

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.

C#
public double Sharpen { get; set; }