IncrementOffsetX Method Example

This example moves the shadow for shape three on myDocument to the left by 3 points.

Set myDocument = ActivePresentation.Slides(1)
myDocument.Shapes(3).Shadow.IncrementOffsetX -3