Class
BlurCommandContext

This object is passed as a parameter to the BlurCommand and BlurInteractiveCommand commands.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class BlurCommandContext : BindableObject

Inheritance: objectBlurCommandContext

Constructors

BlurCommandContext()

Declaration

cs-api-definition
public BlurCommandContext()

Fields

BlurProperty

Identifies the Blur property.

Declaration

cs-api-definition
public static readonly BindableProperty BlurProperty

Field Value

BindableProperty

Properties

Blur

Gets or sets the radius of the blur filter in pixels. The default value of 0 preserves the original sharpness of the image. Positive values increase the strength of the blur filter.

Declaration

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

Property Value

double