Class BlurCommandContext
This object is passed as a parameter to the BlurCommand and BlurInteractiveCommand commands.
Inheritance
System.Object
BlurCommandContext
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BlurCommandContext : BindableObject
Constructors
BlurCommandContext()
Declaration
public BlurCommandContext()
Fields
BlurProperty
Identifies the Blur property.
Declaration
public static readonly BindableProperty BlurProperty
Field Value
Microsoft.Maui.Controls.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
public double Blur { get; set; }
Property Value
System.Double
|