Compass.ReadingTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = compass.readingTransform;
compass.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.