Enum MotionCommandPathType
Specifies the motion command path type of motion effect
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum MotionCommandPathType
Fields
| Name | Description |
|---|---|
| CloseLoop | Specifies the motion command path type is CloseLoop |
| CurveTo | Specifies the motion command path type is CurveTo |
| End | Specifies the motion command path type is End |
| LineTo | Specifies the motion command path type is LineTo |
| MoveTo | Specifies the motion command path type is MoveTo |