System.Sensors.TCustomMotionSensor.AngleAccelZ

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AngleAccelZ: Double index TProperty.AngleAccelZ read GetDoubleProperty;

C++

__property double AngleAccelZ = {read=GetDoubleProperty, index=5};

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

Platform Support

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

See Also