Shading.Fill Property

Shading Background Color.Represents the attribte in schema: w:fill

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

Syntax

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

value = instance.Fill

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Shading Class

Shading Members

DocumentFormat.OpenXml.Wordprocessing Namespace