Class
ContrastCommandContext

This object is passed as a parameter to the ContrastCommand and ContrastInteractiveCommand command.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ContrastCommandContext : BindableObject

Inheritance: objectContrastCommandContext

Constructors

ContrastCommandContext()

Declaration

cs-api-definition
public ContrastCommandContext()

Fields

ContrastProperty

Identifies the Contrast property.

Declaration

cs-api-definition
public static readonly BindableProperty ContrastProperty

Field Value

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

cs-api-definition
public double Contrast { get; set; }

Property Value

double