ShadowFormat.IncrementOffsetY Method
Changes the vertical offset of the shadow by the specified number of points.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub IncrementOffsetY ( _
Increment As Single _
)
'Usage
Dim instance As ShadowFormat
Dim Increment As Single
instance.IncrementOffsetY(Increment)
void IncrementOffsetY(
float Increment
)
Parameters
- Increment
Type: System.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.
Remarks
Use the OffsetY property to set the absolute horizontal shadow offset.