OrientationSensor.ReadingTransform 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定必須套用至感應器資料的轉換。 要套用的轉換會系結至要對齊感應器資料的顯示方向。
public:
property DisplayOrientations ReadingTransform { DisplayOrientations get(); void set(DisplayOrientations value); };
DisplayOrientations ReadingTransform();
void ReadingTransform(DisplayOrientations value);
public DisplayOrientations ReadingTransform { get; set; }
var displayOrientations = orientationSensor.readingTransform;
orientationSensor.readingTransform = displayOrientations;
Public Property ReadingTransform As DisplayOrientations
屬性值
DisplayOrientations型別值,指定要對齊感應器資料的顯示方向。