Class MotionCommandPathType
Specifies the motion command path type of motion effect
Inheritance
System.Object
MotionCommandPathType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class MotionCommandPathType : Enum
Fields
CloseLoop
Specifies the motion command path type is CloseLoop
Declaration
public const MotionCommandPathType CloseLoop
Field Value
CurveTo
Specifies the motion command path type is CurveTo
Declaration
public const MotionCommandPathType CurveTo
Field Value
End
Specifies the motion command path type is End
Declaration
public const MotionCommandPathType End
Field Value
LineTo
Specifies the motion command path type is LineTo
Declaration
public const MotionCommandPathType LineTo
Field Value
MoveTo
Specifies the motion command path type is MoveTo
Declaration
public const MotionCommandPathType MoveTo