Shading.ThemeFillShade Property

Shading Background Theme Color Shade.Represents the attribte in schema: w:themeFillShade

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

Syntax

'Declaration
<SchemaAttrAttribute(, "themeFillShade")> _
Public Property ThemeFillShade As StringValue
    Get
    Set
'Usage
Dim instance As Shading
Dim value As StringValue

value = instance.ThemeFillShade

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Shading Class

Shading Members

DocumentFormat.OpenXml.Wordprocessing Namespace