ForegroundPatternColor Property Example
This example applies shading with teal dots on a dark red background to the selection.
With Selection.Shading
.Texture = wdTexture30Percent
.ForegroundPatternColor = wdColorTeal
.BackgroundPatternColor = wdColorDarkRed
End With