ShapeRange.Shadow Property
Returns a ShadowFormat object that represents the shadow formatting for the specified shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Shadow As ShadowFormat
Get
'Usage
Dim instance As ShapeRange
Dim value As ShadowFormat
value = instance.Shadow
ShadowFormat Shadow { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ShadowFormat