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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
ObserverOrientation (Property)
In french: AngleObservateur
The ObserverOrientation property gets or sets the secondary angle of a Carousel control. This secondary angle makes the carousel "lean":
  • forward or backward for a horizontal control
  • to the left or to the right for a vertical control.
Note: The angle is reset to its default value if the Vertical property is modified on the field.
Example
CAR_Carrousel1.AngleObservateur += 15 // Le carrousel penche de 15°
Syntax

Getting the secondary angle of a Carousel control Hide the details

<Result> = <Carousel control>.ObserverOrientation
<Result>: Integer
Value of the secondary angle (in degrees, from 0 to 360).
<Carousel control>: Control name
Name of the Carousel control whose secondary angle is to be identified.

Modifying the secondary angle of a Carousel control Hide the details

<Carousel control>.ObserverOrientation = <New angle>
<Carousel control>: Control name
Name of the Carousel control whose secondary angle is be modified.
<New angle>: Integer
Value of the secondary angle (in degrees, from 0 to 360).
Minimum version required
  • Version 11
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help