Share via


MotionEffect Object Members

PowerPoint Developer Reference

Represents a motion effect for an AnimationBehavior object.

Properties

  Name Description
Bb251445.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251445.properties(en-us,office.12).gif ByX Sets or returns a Single that represents scaling or moving an object horizontally by a specified percentage of the screen width, depending on whether it used in conjunction with a ScaleEffect or MotionEffect object, respectively. For example, a value of 50 for a motion effect means to move the object half the screen width to the right. Read/write.
Bb251445.properties(en-us,office.12).gif ByY Sets or returns a Single that represents scaling or moving an object vertically by a specified percentage of the screen width, depending on whether it is used in conjunction with a ScaleEffect or MotionEffect object, respectively. Read/write.
Bb251445.properties(en-us,office.12).gif FromX Sets or returns a Single that represents the starting width or horizontal position of a ScaleEffect or MotionEffect object, respectively, specified as a percent of the screen width. Read/write.
Bb251445.properties(en-us,office.12).gif FromY Returns or sets a Single that represents the starting height or vertical position of a ScaleEffect or MotionEffect object, respectively, specified as a percentage of the screen width. Read/write.
Bb251445.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251445.properties(en-us,office.12).gif Path Returns a String that represents the path to the specified AddIn , Application , or Presentation object or the path followed by a MotionEffect object. Read-only.
Bb251445.properties(en-us,office.12).gif ToX Sets or returns a Single that represents the ending width or horizontal position of a ScaleEffect or MotionEffect object, respectively, specified as a percent of the screen width. Read/write.
Bb251445.properties(en-us,office.12).gif ToY Returns or sets a Single that represents the ending height or vertical position of a ScaleEffect or MotionEffect object, respectively, specified as a percentage of the screen width. Read/write.