FillFormat.Pattern Property
Returns a value that represents the pattern applied to the specified fill.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Pattern As MsoPatternType
Get
'Usage
Dim instance As FillFormat
Dim value As MsoPatternType
value = instance.Pattern
MsoPatternType Pattern { get; }
Property Value
Type: MsoPatternType
Remarks
You can also use the Patterned method to set the pattern for the fill.
Use the BackColor and ForeColor properties to set the colors used in the pattern.