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

value = instance.Shadow

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Legend Interface

Legend Members

Microsoft.Office.Interop.Word Namespace