Rotate Enum
Rotate enumeration
Specifies the rotation behavior for elements during motion animation in SVG.
public enum Rotate
Values
Name | Value | Description |
---|---|---|
Auto | 0 | Automatically rotates the element in the direction of the path. |
AutoReverse | 1 | Automatically rotates the element in the direction of the path and allows it to reverse. |
Remarks
The ‘rotate’ attribute in SVG’s ‘animateMotion’ element controls the rotation of an element along a motion path. This enum provides options for how the element should rotate as it follows the path.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG