-api-id | -api-type |
---|---|
M:Windows.Devices.Sensors.Inclinometer.GetDefault |
winrt method |
Returns the default inclinometer for absolute readings.
The default inclinometer or null if no inclinometers are found.
This method returns the same result as GetDefault(SensorReadingType.Absolute)
This method only returns values for hardware that has been integrated into the computer by the manufacturer. (The inclinometer readings are derived from multiple sensors.) A null value will be returned if the specified sensor is not available in the system.
When a system is in Connected Standby, a call to the GetDefault method will return immediately with a null result.
The following example demonstrates how a UWP app built with XAML and C# used this method to establish a connection to the default inclinometer.
[!code-csharpGetDefaultCS]