New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ContrastCommandContext

Inheritance: objectContrastCommandContext

Constructors

C#
public ContrastCommandContext(double brightness, double contrast)
Parameters:brightnessdoublecontrastdouble

Properties

C#
public double Brightness { get; }
C#
public double Contrast { get; }