Magnetometer.ReadingTransform Property

Definition

Gets or sets the transformation that needs to be applied to sensor data. Transformations to be applied are tied to the display orientation with which to align the sensor data.

public:
 property DisplayOrientations ReadingTransform { DisplayOrientations get(); void set(DisplayOrientations value); };
DisplayOrientations ReadingTransform();

void ReadingTransform(DisplayOrientations value);
public DisplayOrientations ReadingTransform { get; set; }
var displayOrientations = magnetometer.readingTransform;
magnetometer.readingTransform = displayOrientations;
Public Property ReadingTransform As DisplayOrientations

Property Value

A DisplayOrientations-typed value that specifies the display orientation with which to align the sensor data.

Applies to