Shading.ThemeFillTint Property

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

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

Syntax

'Declaration
<SchemaAttrAttribute(, "themeFillTint")> _
Public Property ThemeFillTint As StringValue
    Get
    Set
'Usage
Dim instance As Shading
Dim value As StringValue

value = instance.ThemeFillTint

instance.ThemeFillTint = value
[SchemaAttrAttribute(, "themeFillTint")]
public StringValue ThemeFillTint { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Shading Class

Shading Members

DocumentFormat.OpenXml.Wordprocessing Namespace