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

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.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace