path_edit_mode property

path_edit_mode property

Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode.

Definition:

@property
def path_edit_mode(self):
    ...

@path_edit_mode.setter
def path_edit_mode(self, value):
    ...

See Also