IMotionEffectPath Property |
Specifies the path primitive followed by coordinates for the animation motion.
Read/write
IMotionPath.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIMotionPath Path { get; set; }
Property Path As IMotionPath
Get
Set
property IMotionPath^ Path {
IMotionPath^ get ();
void set (IMotionPath^ value);
}
abstract Path : IMotionPath with get, set
Property Value
Type:
IMotionPath
See Also