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