PlatformAPI.TOTADeviceOrientation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI


Beschreibung

TOTADeviceOrientation ist ein Geräteausrichtungstyp. Die folgenden Ausrichtungen werden unterstützt:

doPortrait

DeviceOrientationPortrait.png

doLandscapeRight

DeviceOrientationLandscapeRight.png

doUpsideDown

DeviceOrientationUpsideDown.png

doLandscapeLeft

DeviceOrientationLandscapeLeft.png