|
|
|
|
|
WithRotation (Property) In french: AvecRotation
The WithRotation property is used to: - enable or disable the rotate gesture on a Map control,
- determine whether the rotate gesture is enabled on a Map control.
// Enable rotate gesture MAP_MyMap.WithRotation = True
Syntax
Determining whether the rotate gesture is enabled on a Map control Hide the details
<Result> = <Map control>.WithRotation
<Result>: Boolean - True if the rotate gesture is enabled on the Map control,
- False otherwise.
<Map control>: Control name Name of the Map control used.
Enabling or disabling the rotate gesture on a Map control Hide the details
<Map control>.WithRotation = <Authorization>
<Map control>: Control name Name of the Map control used. <Authorization>: Boolean - True if the rotate gesture is enabled on the Map control,
- False otherwise.
Remarks Rotate gesture The rotate gesture consists of rotating the map with a finger movement to the left or to the right.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|