Shading.ThemeColor Property

Shading Pattern Theme Color.Represents the attribte in schema: w:themeColor

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

Syntax

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

value = instance.ThemeColor

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

Property Value

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

See Also

Reference

Shading Class

Shading Members

DocumentFormat.OpenXml.Wordprocessing Namespace