AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkDeviceOrientation Enumeration

Device orientations (see TAgk.DeviceOrientation)

Syntax
Pascal
TAgkDeviceOrientation = (
  doPortrait = 1,
  doPortraitUpsideDown,
  doLandscapeLeft,
  doLandscapeRight
);
Members 
Description 
doPortrait = 1 
Portrait orientation 
doPortraitUpsideDown 
Portrait upside-down 
doLandscapeLeft 
Landscape orientation, when device is rotated left from its default orientation. 
doLandscapeRight 
Landscape orientation, when device is rotated right from its default orientation. 
Copyright (c) 2012. All rights reserved.