ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Tilt gesture
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The property WithInclination property:
  • enable or disable the tilt gesture on a Map control,
  • determine whether the tilt gesture is enabled on a Map control.
Example
// Autorise la gesture d'inclinaison
CARTE_MaCarte.AvecInclinaison = 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: 05/13/2025

Send a report | Local help