System.Sensors.TCustomMotionSensor.AngleAccelY

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AngleAccelY: Double index TProperty.AngleAccelY read GetDoubleProperty;

C++

__property double AngleAccelY = {read=GetDoubleProperty, index=4};

Properties

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

Description

Angular acceleration in degrees per second squared for the Y axis.

Platform Support

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

See Also