OrientationSensorImplementation クラス

定義

API の IOrientationSensor 具象実装。

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
継承
OrientationSensorImplementation
実装

コンストラクター

OrientationSensorImplementation()

API の IOrientationSensor 具象実装。

プロパティ

IsMonitoring

方向センサーがアクティブに監視されているかどうかを示す値を取得します。

IsSupported

このデバイスで方向センサーの読み取りがサポートされているかどうかを示す値を取得します。

メソッド

Start(SensorSpeed)

向きの変更の監視を開始します。

Stop()

向きの変更の監視を停止します。

イベント

ReadingChanged

方向の読み取りが変更されたときに発生します。

適用対象