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