ChartFont.Shadow Property
Sets or Returns the value that describes the specified font as shadowed
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Shadow As Object
Get
Set
'Usage
Dim instance As ChartFont
Dim value As Object
value = instance.Shadow
instance.Shadow = value
Object Shadow { get; set; }
Property Value
Type: System.Object
An Object set to True if the specified font is formatted as shadowed, otherwise it is either False or wdUndefined.