This object is passed as a parameter to the BrightnessCommand and BrightnessInteractiveCommand commands.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class BrightnessCommandContext : BindableObject
Inheritance: objectBrightnessCommandContext
Constructors
C#
public BrightnessCommandContext()
Fields
BrightnessProperty
BindableProperty
Identifies the Brightness property.
C#
public static readonly BindableProperty BrightnessProperty
Properties
Gets or sets the strength of the brightness filter in percent. The default value of 0 preserves the original brightness of the image. Positive values increase the brightness, where 100% is the maximum. Negative values decrease the brightness, where -100% is the minimum.
C#
public double Brightness { get; set; }