PlatformAPI.TOTADeviceOrientation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TOTADeviceOrientation = (doPortrait, doUpsideDown, doLandscapeLeft, doLandscapeRight);

C++

enum DECLSPEC_DENUM TOTADeviceOrientation : unsigned char { doPortrait, doUpsideDown, doLandscapeLeft, doLandscapeRight };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI


Description

TOTADeviceOrientation est un type d'orientation de périphérique. Les orientations suivantes sont prises en charge :

doPortrait

DeviceOrientationPortrait.png

doLandscapeRight

DeviceOrientationLandscapeRight.png

doUpsideDown

DeviceOrientationUpsideDown.png

doLandscapeLeft

DeviceOrientationLandscapeLeft.png