Threshold Property
Summary
Gets or sets brightness threshold. This is a dependency property.
Syntax
public double Threshold { get; set; }
Public Property Threshold As Double
public:
property double Threshold {
double get();
void set ( double );
}
Property Value
The brightness threshold. Default value is 0.5.