Shading.ForegroundPatternColorIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the color that's applied to the foreground of the Shading object. This color is applied to the dots and lines in the shading pattern.
public:
property Microsoft::Office::Interop::Word::WdColorIndex ForegroundPatternColorIndex { Microsoft::Office::Interop::Word::WdColorIndex get(); void set(Microsoft::Office::Interop::Word::WdColorIndex value); };
public Microsoft.Office.Interop.Word.WdColorIndex ForegroundPatternColorIndex { get; set; }
member this.ForegroundPatternColorIndex : Microsoft.Office.Interop.Word.WdColorIndex with get, set
Public Property ForegroundPatternColorIndex 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