Class SharpenCommandContext
This object is passed as a parameter to the SharpenCommand command.
Inheritance
System.Object
SharpenCommandContext
Namespace: Telerik.XamarinForms.ImageEditor.Commands
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class SharpenCommandContext : BindableObject
Constructors
SharpenCommandContext()
Declaration
public SharpenCommandContext()
Fields
SharpenProperty
Identifies the Sharpen property.
Declaration
public static readonly BindableProperty SharpenProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Sharpen
Gets or sets the Sharpen value.
Declaration
public int Sharpen { get; set; }
Property Value
System.Int32
|