ShadowFormat.IncrementOffsetY Method

Changes the vertical offset of the shadow by the specified number of points.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
    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.

Remarks

Use the OffsetY property to set the absolute vertical shadow offset.

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.Word Namespace