System.Sensors.TCustomOrientationSensor.TiltY

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TiltY: Double index TProperty.TiltY read GetDoubleProperty;

C++

__property double TiltY = {read=GetDoubleProperty, index=1};

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 Y axis.

Platform Support

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

See Also