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