共用方式為


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

發生於方向讀取變更時。

適用於