Restart Enum
Restart enumeration
Specifies the restart behavior for SVG animations.
public enum Restart
Values
Name | Value | Description |
---|---|---|
Always | 0 | The animation can be restarted at any time, even if it is currently active. |
WhenNotActive | 1 | The animation can only be restarted when it is not currently active. |
Never | 2 | The animation cannot be restarted once it has started; it will run to completion. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG