Class BrightnessCommandContext
This object is passed as a parameter to the BrightnessCommand and BrightnessInteractiveCommand commands.
Inheritance
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.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
Microsoft.Maui.Controls.BindableProperty
|
Properties
Brightness
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.
Declaration
public double Brightness { get; set; }
Property Value
System.Double
|