Series.Shadow Property
Returns or sets a Boolean value that determines if the object has a shadow.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Shadow As Boolean
Get
Set
'Usage
Dim instance As Series
Dim value As Boolean
value = instance.Shadow
instance.Shadow = value
bool Shadow { get; set; }
Property Value
Type: System.Boolean
Boolean