Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Member of Control (PRIM_CTRL)

Data Type - Boolean

Details

The IsAnimating property will return True if the control is being animated by one of its animations e.g. Fade or MoveTo.

This is typically used to prevent an animation from being restarted by a Timer

Example

Testing the IsAnimating property

...