MotionEffectPathEditMode Property |
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic MotionPathEditMode PathEditMode { get; set; }
Public Property PathEditMode As MotionPathEditMode
Get
Set
public:
virtual property MotionPathEditMode PathEditMode {
MotionPathEditMode get () sealed;
void set (MotionPathEditMode value) sealed;
}
abstract PathEditMode : MotionPathEditMode with get, set
override PathEditMode : MotionPathEditMode with get, set
Property Value
Type:
MotionPathEditModeImplements
IMotionEffectPathEditMode
See Also