Changes the vertical offset of the shadow by the specified number of pixels.
void IncrementOffsetY(
double
)
'Declaration
Sub IncrementOffsetY( _
ByVal As Double _
)
'Usage
Dim instance As IShadowFormat
Dim increment As Double
instance.IncrementOffsetY(increment)
Parameters
- increment
- Specifies how far the shadow offset is to be moved vertically, in pixels. A positive value moves the shadow down; a negative value moves it up.