ColorMenu.ShadowColor Property

Default shadow color.Represents the attribte in schema: shadowcolor

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

Syntax

'Declaration
<SchemaAttrAttribute(, "shadowcolor")> _
Public Property ShadowColor As StringValue
    Get
    Set
'Usage
Dim instance As ColorMenu
Dim value As StringValue

value = instance.ShadowColor

instance.ShadowColor = value
[SchemaAttrAttribute(, "shadowcolor")]
public StringValue ShadowColor { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ColorMenu Class

ColorMenu Members

DocumentFormat.OpenXml.Vml.Office Namespace