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
'Declaración
<SchemaAttrAttribute(, "themeFill")> _
Public Property ThemeFill As EnumValue(Of ThemeColorValues)
Get
Set
'Uso
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>.