Click or drag to resize

AnimationRestartType Enumeration

Represents whether the animation effect restarts after the effect has started once.

Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum AnimationRestartType
Members
Member name Value Description
None -1
Always 0
WhenOff 1
Never 2
See Also