|
|
|
|
|
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.
Remark: The orientation is set to default if the value of the Vertical property changes in the control. CAR_Carousel1.ObserverOrientation += 15 // The carousel leans by 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|