_Font.TextShadow Property

Gets a ShadowFormat object that specifies the shadow formatting for the specified font.

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

Syntax

'Declaration
Property TextShadow As ShadowFormat
    Get
    Set
'Usage
Dim instance As _Font
Dim value As ShadowFormat

value = instance.TextShadow

instance.TextShadow = value
ShadowFormat TextShadow { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.ShadowFormat
The shadow formatting for the specified font.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace