Class
SharpenCommandContext

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:

cs-api-definition
public class SharpenCommandContext : BindableObject

Inheritance: objectSharpenCommandContext

Constructors

SharpenCommandContext()

Declaration

cs-api-definition
public SharpenCommandContext()

Fields

SharpenProperty

Identifies the Sharpen property.

Declaration

cs-api-definition
public static readonly BindableProperty SharpenProperty

Field Value

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

cs-api-definition
public double Sharpen { get; set; }

Property Value

double