Click or drag to resize

MotionCommandPathType Enumeration

Represent types of command for animation motion effect behavior.

Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum MotionCommandPathType
Members
Member name Value Description
MoveTo 0
LineTo 1
CurveTo 2
CloseLoop 3
End 4
See Also