DocumentBackground.ThemeShade Property
themeShade.Represents the attribte in schema: w:themeShade
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "themeShade")> _
Public Property ThemeShade As StringValue
Get
Set
'Usage
Dim instance As DocumentBackground
Dim value As StringValue
value = instance.ThemeShade
instance.ThemeShade = value
[SchemaAttrAttribute(, "themeShade")]
public StringValue ThemeShade { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue