Shading.ThemeFill Property

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

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

Syntax

'Declaration
<SchemaAttrAttribute(, "themeFill")> _
Public Property ThemeFill As EnumValue(Of ThemeColorValues)
    Get
    Set
'Usage
Dim instance As Shading
Dim value As EnumValue(Of ThemeColorValues)

value = instance.ThemeFill

instance.ThemeFill = value
[SchemaAttrAttribute(, "themeFill")]
public EnumValue<ThemeColorValues> ThemeFill { get; set; }

Property Value

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

See Also

Reference

Shading Class

Shading Members

DocumentFormat.OpenXml.Wordprocessing Namespace