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