Shading.BackgroundPatternColorIndex プロパティ

定義

オブジェクトの背景 Shading に適用される色を設定または返します。

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

プロパティ値

注釈

WdColorIndex は、これらの WdColorIndex クラスの定数のいずれかです。

wdAuto

wdBlack

wdBlue

wdBrightGreen

wdByAuthor

wdDarkBlue

wdDarkRed

wdDarkYellow

wdGray25

wdGray50

wdGreen

wdNoHighlight

wdPink

wdRed

wdTeal

wdTurquoise

wdViolet

wdWhite

wdYellow

適用対象