MotionEffectPath 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)
Syntax public IMotionPath Path { get; set; }
Public Property Path As IMotionPath
Get
Set
public:
virtual property IMotionPath^ Path {
IMotionPath^ get () sealed;
void set (IMotionPath^ value) sealed;
}
abstract Path : IMotionPath with get, set
override Path : IMotionPath with get, set
Property Value
Type:
IMotionPathImplements
IMotionEffectPathSee Also