AnimationMotionPathEditMode Enumeration
|
Specifies how the motion path moves when the target shape is moved
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum AnimationMotionPathEditMode
Public Enumeration AnimationMotionPathEditMode
public enum class AnimationMotionPathEditMode
type AnimationMotionPathEditMode
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Relative
|
0
|
|
|
|
Fixed
|
1
|
|
See Also