EffectRestartType Enumeration |
Represent restart types for timing.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum EffectRestartType
Public Enumeration EffectRestartType
public enum class EffectRestartType
Members|
| Member name | Value | Description |
|---|
| NotDefined | -1 | |
| Always | 0 | |
| WhenNotActive | 1 | |
| Never | 2 | |
See Also