ScaleEffect Object
PowerPoint Developer Reference |
Represents a scaling effect for an AnimationBehavior object.
Example
Use the ScaleEffect property of the AnimationBehavior object to return a ScaleEffect object. The following example refers to the scale effect for a given animation behavior.
Visual Basic for Applications |
---|
|
Use the ByX , ByY , FromX , FromY , ToX , and ToY properties of the ScaleEffect object to manipulate an object's scale. This example scales the first shape on the first slide starting at zero increasing in size until it reaches 100 percent of its original size. This example assumes that there is a shape on the first slide.
Visual Basic for Applications |
---|
|
See Also