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
Public Enumeration AnimationRestartType
public enum class AnimationRestartType
type AnimationRestartType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Always
|
0
|
|
|
|
WhenOff
|
1
|
|
|
|
Never
|
2
|
|
See Also