Compartir a través de


OrientationSensorImplementation Clase

Definición

Implementación concreta de las IOrientationSensor API.

public ref class OrientationSensorImplementation : Microsoft::Maui::Devices::Sensors::IOrientationSensor
public class OrientationSensorImplementation : Microsoft.Maui.Devices.Sensors.IOrientationSensor
type OrientationSensorImplementation = class
    interface IOrientationSensor
Public Class OrientationSensorImplementation
Implements IOrientationSensor
Herencia
OrientationSensorImplementation
Implementaciones

Constructores

OrientationSensorImplementation()

Implementación concreta de las IOrientationSensor API.

Propiedades

IsMonitoring

Obtiene un valor que indica si el sensor de orientación se está supervisando activamente.

IsSupported

Obtiene un valor que indica si se admite la lectura del sensor de orientación en este dispositivo.

Métodos

Start(SensorSpeed)

Inicie la supervisión de los cambios en la orientación.

Stop()

Detenga la supervisión de los cambios en la orientación.

Eventos

ReadingChanged

Se produce cuando cambia la lectura de orientación.

Se aplica a