XlPattern Enumeration
Specifies the interior pattern of a chart or interior object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("F800B4FC-157E-49F8-80A8-07A524F87C63")> _
Public Enumeration XlPattern
'Usage
Dim instance As XlPattern
[GuidAttribute("F800B4FC-157E-49F8-80A8-07A524F87C63")]
public enum XlPattern
Members
Member name | Description | |
---|---|---|
xlPatternAutomatic | Microsoft PowerPoint controls the pattern. | |
xlPatternChecker | A checkerboard. | |
xlPatternCrissCross | Criss-crossed lines. | |
xlPatternDown | Dark diagonal lines running from the upper left to the lower right. | |
xlPatternGray16 | 16% gray. | |
xlPatternGray25 | 25% gray. | |
xlPatternGray50 | 50% gray. | |
xlPatternGray75 | 75% gray. | |
xlPatternGray8 | 8% gray. | |
xlPatternGrid | A grid. | |
xlPatternHorizontal | Dark horizontal lines. | |
xlPatternLightDown | Light diagonal lines running from the upper left to the lower right. | |
xlPatternLightHorizontal | Light horizontal lines. | |
xlPatternLightUp | Light diagonal lines running from the lower left to the upper right. | |
xlPatternLightVertical | Light vertical bars. | |
xlPatternNone | No pattern. | |
xlPatternSemiGray75 | 75% dark moiré. | |
xlPatternSolid | A solid color. | |
xlPatternUp | Dark diagonal lines running from the lower left to the upper right. | |
xlPatternVertical | Dark vertical bars. | |
xlPatternLinearGradient | A linear gradient. | |
xlPatternRectangularGradient | A rectangular gradient. |