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