ClassBrightnessCommandContext
Class
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:
cs-api-definition
public class BrightnessCommandContext : BindableObject
Inheritance: objectBrightnessCommandContext
Constructors
BrightnessCommandContext()
Declaration
cs-api-definition
public BrightnessCommandContext()
Fields
BrightnessProperty
Identifies the Brightness property.
Declaration
cs-api-definition
public static readonly BindableProperty BrightnessProperty
Field Value
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.