System.Sensors.TCustomOrientationSensor.TiltZ

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TiltZ: Double index TProperty.TiltZ read GetDoubleProperty;

C++

__property double TiltZ = {read=GetDoubleProperty, index=2};

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

Platform Support

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

See Also