|
|
|
|
|
AnimationDuration (Property) In french: DuréeAnimation
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: - in a Chart control. This duration is set to 30 hundredths of a second by default.
- in an Image Gallery Looper control. This duration is defined in the "General" tab of the image gallery description window.
// Increase timeout CHART_MyChart.AnimationDuration = 2000 Syntax
Finding out the animation duration Hide the details
<Result> = <Control used>.AnimationDuration
<Result>: Integer Duration of control animation, in hundredths of a second. <Control used>: Control name Name of the control used. This control can be: - A Chart control.
- An Image Gallery Looper control.
Modifying the animation duration Hide the details
<Control used>.AnimationDuration = <New duration>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|