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

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:

C#
public class BlurCommandContext : BindableObject

Inheritance: objectBlurCommandContext

Constructors

C#
public BlurCommandContext()

Fields

BlurProperty

BindableProperty

Identifies the Blur property.

C#
public static readonly BindableProperty BlurProperty

Properties

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.

C#
public double Blur { get; set; }