MotionOriginType Enumeration |
Specifies what the origin of the motion path is relative to.
Such as the layout of the slide, or the parent.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum MotionOriginType
Public Enumeration MotionOriginType
public enum class MotionOriginType
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| Parent | 0 | |
| Layout | 1 | |
See Also