UIImage.Duration 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.
The time interval to display the animated image. Read-only.
[ObjCRuntime.ThreadSafe]
public virtual double Duration { [Foundation.Export("duration")] get; }
member this.Duration : double
Property Value
- Attributes
Remarks
The value is 0.0 for non-animated images.
This can be used from a background thread.