ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Tilt gesture
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The WithTilt property is used to:
  • enable or disable the tilt gesture on a Map control,
  • determine whether the tilt gesture is enabled on a Map control.
Example
// Enable tilt gesture
MAP_MyMap.WithTilt = True
Syntax

Determining whether the tilt gesture is enabled on a Map control Hide the details

<Result> = <Map control>.WithTilt
<Result>: Boolean
  • True if the tilt gesture is enabled on the Map control,
  • False otherwise.
<Map control>: Control name
Name of the Map control used.

Enabling or disabling the tilt gesture on a Map control Hide the details

<Map control>.WithTilt = <Authorization>
<Map control>: Control name
Name of the Map control used.
<Authorization>: Boolean
  • True if the tilt gesture is enabled on the Map control,
  • False otherwise.
Remarks

Tilt gesture

The tilt gesture consists of moving the map up or down with a finger movement.
Minimum version required
  • Version 26
Comments
Click [Add] to post a comment

Last update: 11/04/2022

Send a report | Local help