Color.ThemeColor Property
Run Content 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 Color
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>.