|
|
|
|
|
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. CAR_Carrousel1.AngleObservateur += 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|