FillFormat.Patterned Method
Sets the specified fill to a pattern.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Patterned ( _
Pattern As MsoPatternType _
)
'Usage
Dim instance As FillFormat
Dim Pattern As MsoPatternType
instance.Patterned(Pattern)
void Patterned(
MsoPatternType Pattern
)
Parameters
- Pattern
Type: Microsoft.Office.Core.MsoPatternType
The pattern to be used for the specified fill. See Remarks for possible values.
Remarks
Use the BackColor and ForeColor properties to set the colors used in the pattern.
The value of the Pattern parameter can be one of the MsoPatternType constants.