HingeAngleSensor.ReportThresholdInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the reporting threshold for the hinge angle sensor, measured in degrees.
public:
property double ReportThresholdInDegrees { double get(); void set(double value); };
double ReportThresholdInDegrees();
void ReportThresholdInDegrees(double value);
public double ReportThresholdInDegrees { get; set; }
var double = hingeAngleSensor.reportThresholdInDegrees;
hingeAngleSensor.reportThresholdInDegrees = double;
Public Property ReportThresholdInDegrees As Double
Property Value
Double
double
The reporting threshold for the hinge angle sensor, in degrees.
Remarks
A report is generated only if the delta between the previous reported data reading and a new sample is greater than the HingeAngleSensor.ReportThresholdInDegrees.