Share via


Borders.Shadow Property

Returns or sets a value that indicates if the specified border is formatted as shadowed.

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 Borders
Dim value As Boolean

value = instance.Shadow

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

Property Value

Type: System.Boolean

See Also

Reference

Borders Interface

Borders Members

Microsoft.Office.Interop.Word Namespace