Share via


Barometer Class

Definition

Monitor changes to the atmospheric pressure.

public ref class Barometer abstract sealed
public static class Barometer
type Barometer = class
Public Class Barometer
Inheritance
Barometer

Properties

Default

Provides the default implementation for static usage of this API.

IsMonitoring

Gets a value indicating whether the barometer is actively being monitored.

IsSupported

Gets a value indicating whether reading the barometer is supported on this device.

Methods

Start(SensorSpeed)

Start monitoring for changes to the barometer.

Stop()

Stop monitoring for changes to the barometer.

Events

ReadingChanged

Occurs when barometer reading changes.

Applies to