MotionEffectOrigin Property

Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public MotionOriginType Origin { get; set; }

Property Value

Type: MotionOriginType

Implements

IMotionEffectOrigin
See Also