Represents the looping mode of an animation.
Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.0.0-preview.2
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
PingPong | -1 | Specifies that added frames should be played back and forth. | |
Repeat | 0 | Specifies that the animation should be looped. | |
PlayOnce | 1 | Specifies that the animation should be played only once. |
See Also