|
|
|
|
|
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.
// 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:
Modifying the animation duration Hide the details
<Control used>.AnimationDuration = <New duration>
<Control used>: Control name Name of the control used. This control can be: <New duration>: Integer ou Duration New duration for the control animation in hundredths of a second. If this new duration is set to 0, the animation will not be performed anymore. This parameter can correspond to: - an integer corresponding to the number of hundredths of a second,
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|