Shading.BackgroundPatternColor Property

Definition

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.

public:
 property Microsoft::Office::Interop::Word::WdColor BackgroundPatternColor { Microsoft::Office::Interop::Word::WdColor get(); void set(Microsoft::Office::Interop::Word::WdColor value); };
public Microsoft.Office.Interop.Word.WdColor BackgroundPatternColor { get; set; }
member this.BackgroundPatternColor : Microsoft.Office.Interop.Word.WdColor with get, set
Public Property BackgroundPatternColor As WdColor

Property Value

Applies to