Class ContrastCommandContext
Inheritance
System.Object
ContrastCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ContrastCommandContext : Object
Constructors
ContrastCommandContext(Double, Double)
Declaration
public ContrastCommandContext(double brightness, double contrast)
Parameters
System.
|
System.
|
Properties
Brightness
Declaration
public double Brightness { get; }
Property Value
System.
|
Contrast
Declaration
public double Contrast { get; }
Property Value
System.
|