Shading.ForegroundPatternColorIndex 属性

定义

返回或设置应用于对象前景 Shading 的颜色。 此颜色将应用于的点和线的底纹图案。

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

属性值

注解

WdColorIndex 可以是以下 WdColorIndex 常量之一。

wdAuto

wdBlack

wdBlue

wdBrightGreen

wdByAuthor

wdDarkBlue

wdDarkRed

wdDarkYellow

wdGray25

wdGray50

wdGreen

wdNoHighlight

wdPink

wdRed

wdTeal

wdTurquoise

wdViolet

wdWhite

wdYellow

适用于