Shading.BackgroundPatternColorIndex Property

Definition

Returns or sets the color that's applied to the background of the Shading object.

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

Property Value

Remarks

WdColorIndex can be one of these WdColorIndex constants.

wdAuto

wdBlack

wdBlue

wdBrightGreen

wdByAuthor

wdDarkBlue

wdDarkRed

wdDarkYellow

wdGray25

wdGray50

wdGreen

wdNoHighlight

wdPink

wdRed

wdTeal

wdTurquoise

wdViolet

wdWhite

wdYellow

Applies to