System.Sensors.TCustomOrientationSensor.TiltX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TiltX: Double index TProperty.TiltX read GetDoubleProperty;

C++

__property double TiltX = {read=GetDoubleProperty, index=0};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomOrientationSensor

Description

Getter for the rotation angle on the X axis.

Platform Support

This property is only supported on Android, iOS and Windows.

See Also