MotionPathPointsType Enumeration |
Represent types of points in animation motion path.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum MotionPathPointsType
Public Enumeration MotionPathPointsType
public enum class MotionPathPointsType
type MotionPathPointsType
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Auto | 1 | |
| Corner | 2 | |
| Straight | 3 | |
| Smooth | 4 | |
| CurveAuto | 5 | |
| CurveCorner | 6 | |
| CurveStraight | 7 | |
| CurveSmooth | 8 | |
See Also