Contrast Property
Summary
Gets or sets the value to use to adjust the image saturation. This is a dependency property.
Syntax
public double Contrast { get; set; }
Public Property Contrast As Double
public:
property double Contrast {
double get();
void set ( double );
}
Property Value
The value to use to adjust the image saturation. Default value is 1.2.