IMotionEffectOrigin 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)
SyntaxMotionOriginType Origin { get; set; }
Property Origin As MotionOriginType
Get
Set
property MotionOriginType Origin {
MotionOriginType get ();
void set (MotionOriginType value);
}
abstract Origin : MotionOriginType with get, set
Property Value
Type:
MotionOriginType
See Also