OrientationSensorImplementation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 |
發生於方向讀取變更時。 |