NumPlays

ApngImage.NumPlays property

Effortlessly control the number of times your animation loops with this versatile property. Perfect for developers seeking precise control over animation behavior, with support for infinite looping in case of the value equals to 0.

public int NumPlays { get; set; }

Property Value

The number of times to loop.

See Also