System.Sensors.TCustomMotionSensor.AccelerationZ
Delphi
property AccelerationZ: Double index TProperty.AccelerationZ read GetDoubleProperty;
C++
__property double AccelerationZ = {read=GetDoubleProperty, index=2};
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | System.Sensors.pas System.Sensors.hpp  | 
        System.Sensors | TCustomMotionSensor | 
Beschreibung
Beschleunigung in Gal für die Z-Achse.
Plattform-Unterstützung
Diese Eigenschaft wird nur unter Android, iOS und Windows unterstützt.
Siehe auch
- System.Sensors.TCustomMotionSensor.AccelerationX
 - System.Sensors.TCustomMotionSensor.AccelerationY
 - System.Sensors.TCustomMotionSensor.AngleAccelX
 - System.Sensors.TCustomMotionSensor.AngleAccelY
 - System.Sensors.TCustomMotionSensor.AngleAccelZ
 - System.Sensors.TCustomMotionSensor.Motion
 - System.Sensors.TCustomMotionSensor.Speed