OrientationSensor.ReadingType プロパティ

定義

センサーの読み取りの種類を取得します。

public:
 property SensorReadingType ReadingType { SensorReadingType get(); };
SensorReadingType ReadingType();
public SensorReadingType ReadingType { get; }
var sensorReadingType = orientationSensor.readingType;
Public ReadOnly Property ReadingType As SensorReadingType

プロパティ値

センサーの読み取りタイプを指定する SensorReadingType 型の値。

適用対象