Enum MotionPathPointsType
Specifies the points type of motion path
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum MotionPathPointsType
Fields
| Name | Description |
|---|---|
| Auto | Specifies the motion path points type is Auto |
| Corner | Specifies the motion path points type is Corner |
| CurveAuto | Specifies the motion path points type is CurveAuto |
| CurveCorner | Specifies the motion path points type is CurveCorner |
| CurveSmooth | Specifies the motion path points type is CurveSmooth |
| CurveStraight | Specifies the motion path points type is CurveStraight |
| None | Specifies the motion path points type is None |
| Smooth | Specifies the motion path points type is Smooth |
| Straight | Specifies the motion path points type is Straight |