Class MotionPathPointsType
Specifies the points type of motion path
Inheritance
System.Object
MotionPathPointsType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class MotionPathPointsType : Enum
Fields
Auto
Specifies the motion path points type is Auto
Declaration
public const MotionPathPointsType Auto
Field Value
Type |
---|
MotionPathPointsType |
Corner
Specifies the motion path points type is Corner
Declaration
public const MotionPathPointsType Corner
Field Value
Type |
---|
MotionPathPointsType |
CurveAuto
Specifies the motion path points type is CurveAuto
Declaration
public const MotionPathPointsType CurveAuto
Field Value
Type |
---|
MotionPathPointsType |
CurveCorner
Specifies the motion path points type is CurveCorner
Declaration
public const MotionPathPointsType CurveCorner
Field Value
Type |
---|
MotionPathPointsType |
CurveSmooth
Specifies the motion path points type is CurveSmooth
Declaration
public const MotionPathPointsType CurveSmooth
Field Value
Type |
---|
MotionPathPointsType |
CurveStraight
Specifies the motion path points type is CurveStraight
Declaration
public const MotionPathPointsType CurveStraight
Field Value
Type |
---|
MotionPathPointsType |
None
Specifies the motion path points type is None
Declaration
public const MotionPathPointsType None
Field Value
Type |
---|
MotionPathPointsType |
Smooth
Specifies the motion path points type is Smooth
Declaration
public const MotionPathPointsType Smooth
Field Value
Type |
---|
MotionPathPointsType |
Straight
Specifies the motion path points type is Straight
Declaration
public const MotionPathPointsType Straight
Field Value
Type |
---|
MotionPathPointsType |