MotionPathPointsType Enumeration
|
Represent types of points in animation motion path.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public 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