BorderType.Shadow Property

Border shadow.Represents the attribte in schema: shadow

Namespace:  DocumentFormat.OpenXml.Vml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "shadow")> _
Public Property Shadow As TrueFalseValue
    Get
    Set
'Usage
Dim instance As BorderType
Dim value As TrueFalseValue

value = instance.Shadow

instance.Shadow = value
[SchemaAttrAttribute(, "shadow")]
public TrueFalseValue Shadow { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

BorderType Class

BorderType Members

DocumentFormat.OpenXml.Vml.Wordprocessing Namespace