Partager via


Shading.BackgroundPatternColor Property

Returns or sets the 24-bit color that's applied to the background of the Shading object. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property BackgroundPatternColor As WdColor
    Get
    Set
'Usage
Dim instance As Shading
Dim value As WdColor

value = instance.BackgroundPatternColor

instance.BackgroundPatternColor = value
WdColor BackgroundPatternColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdColor

See Also

Reference

Shading Interface

Shading Members

Microsoft.Office.Interop.Word Namespace