ShadowFormat.OffsetY Property
Returns or sets the vertical offset (in points) of the shadow from the specified shape. A positive value offsets the shadow below the shape; a negative value offsets it above the shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property OffsetY As Single
Get
Set
'Usage
Dim instance As ShadowFormat
Dim value As Single
value = instance.OffsetY
instance.OffsetY = value
float OffsetY { get; set; }
Property Value
Type: System.Single
Remarks
If you want to nudge a shadow horizontally or vertically from its current position without having to specify an absolute position, use the IncrementOffsetX or IncrementOffsetY method.