IncrementOffsetY Method

Changes the vertical offset of the shadow by the specified number of points. Use the OffsetY property to set the absolute vertical shadow offset.

expression**.IncrementOffsetY(Increment)**

expression Required. An expression that returns a ShadowFormat object.

Increment    Required Single. Specifies how far the shadow offset is to be moved vertically, in points. A positive value moves the shadow down; a negative value moves it up.

Example

This example moves the shadow on the third shape in the active document up by 3 points.

ActiveDocument.Shapes(3).Shadow.IncrementOffsetY -3

Applies to | ShadowFormat Object