AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkApplication.AnimateOrientationChange Property

Sets how the screen transitions from a landscape to a portrait orientation and vice versa. This is only applicable when orientation changes are supported. To specify orientations use the AllowedDeviceOrientations property.

Syntax
Pascal
property AnimateOrientationChange: Boolean;

Set this property to True to rotate the view over a period of time so that it spins into position. When set to False (default), there is no transition and the rotation is instant.

Copyright (c) 2012. All rights reserved.