UIImageView.AnimationDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of seconds to cycle through the AnimationImages once.
public virtual double AnimationDuration { [Foundation.Export("animationDuration")] get; [Foundation.Export("setAnimationDuration:")] set; }
member this.AnimationDuration : double with get, set
Property Value
- Attributes
Remarks
The default value is equal to the number of images multipled by 1/30th second; for example, if you supply 30 images this property would default to 1 second.