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