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