Class ContrastCommandContext
This object is passed as a parameter to the ContrastCommand and ContrastInteractiveCommand command.
Inheritance
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ContrastCommandContext : BindableObject
Constructors
ContrastCommandContext()
Declaration
public ContrastCommandContext()
Fields
ContrastProperty
Identifies the Contrast property.
Declaration
public static readonly BindableProperty ContrastProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Contrast
Gets or sets the strength of the contrast filter in percent. The default value of 0 preserves the original contrast of the image. Positive values increase the contrast, where 100% is the maximum. Negative values decrease the contrast, where -100% is the minimum.
Declaration
public double Contrast { get; set; }
Property Value
System.Double
|