Shading.ForegroundPatternColor Property

Definition

Returns or sets the 24-bit color that's applied to the foreground of the Shading object. This color is applied to the dots and lines in the shading pattern. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

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

Property Value

Applies to