Class BlurCommandContext
This object is passed as a parameter to the BlurCommand command.
Inheritance
System.Object
BlurCommandContext
Namespace: Telerik.XamarinForms.ImageEditor.Commands
Assembly: Telerik.XamarinForms.ImageEditor.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
Xamarin.Forms.BindableProperty
|
Properties
Blur
Gets or sets the Blur value.
Declaration
public int Blur { get; set; }
Property Value
System.Int32
|