_Font.Shadow Property

True if the specified font is formatted as shadowed. Can be True, False, or wdUndefined. Read/write Integer.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Shadow As Integer
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Integer

value = instance.Shadow

instance.Shadow = value
int Shadow { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace