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
Type |
---|
MotionCommandPathType |
CurveTo
Specifies the motion command path type is CurveTo
Declaration
public const MotionCommandPathType CurveTo
Field Value
Type |
---|
MotionCommandPathType |
End
Specifies the motion command path type is End
Declaration
public const MotionCommandPathType End
Field Value
Type |
---|
MotionCommandPathType |
LineTo
Specifies the motion command path type is LineTo
Declaration
public const MotionCommandPathType LineTo
Field Value
Type |
---|
MotionCommandPathType |
MoveTo
Specifies the motion command path type is MoveTo
Declaration
public const MotionCommandPathType MoveTo
Field Value
Type |
---|
MotionCommandPathType |