Enum Restart

Enum Restart

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the restart behavior for SVG animations.

[ComVisible(true)]
public enum Restart

Fields

Always = 0

The animation can be restarted at any time, even if it is currently active.

Never = 2

The animation cannot be restarted once it has started; it will run to completion.

WhenNotActive = 1

The animation can only be restarted when it is not currently active.

 English