MsoPatternType Enumeration
Specifies the fill pattern used in a shape.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoPatternType
'Usage
Dim instance As MsoPatternType
public enum MsoPatternType
Members
Member name | Description | |
---|---|---|
msoPatternMixed | Not supported. | |
msoPattern5Percent | 5% of the foreground color. | |
msoPattern10Percent | 10% of the foreground color. | |
msoPattern20Percent | 20% of the foreground color. | |
msoPattern25Percent | 25% of the foreground color. | |
msoPattern30Percent | 30% of the foreground color. | |
msoPattern40Percent | 40% of the foreground color. | |
msoPattern50Percent | 50% of the foreground color. | |
msoPattern60Percent | 60% of the foreground color. | |
msoPattern70Percent | 70% of the foreground color. | |
msoPattern75Percent | 75% of the foreground color. | |
msoPattern80Percent | 80% of the foreground color. | |
msoPattern90Percent | 90% of the foreground color. | |
msoPatternDarkHorizontal | Thick horizontal lines in the foreground color. | |
msoPatternDarkVertical | Thick vertical lines in the foreground color. | |
msoPatternDarkDownwardDiagonal | Thick lines in the foreground color running from the top to the right-hand side of the shape. | |
msoPatternDarkUpwardDiagonal | Thick lines in the foreground color running from the top to the left-hand side of the shape. | |
msoPatternSmallCheckerBoard | Small squares in alternating foreground/background colors. | |
msoPatternTrellis | Trellis pattern in the foreground color. | |
msoPatternLightHorizontal | Thin horizontal lines in the foreground color. | |
msoPatternLightVertical | Thin vertical lines in the foreground color. | |
msoPatternLightDownwardDiagonal | Thin lines in the foreground color running from the top to the right-hand side of the shape. | |
msoPatternLightUpwardDiagonal | Thin lines in the foreground color running from the top to the left-hand side of the shape. | |
msoPatternSmallGrid | Solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. | |
msoPatternDottedDiamond | Dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape. | |
msoPatternWideDownwardDiagonal | Widely spaced lines in the foreground color running from the top to the right-hand side of the shape. | |
msoPatternWideUpwardDiagonal | Widely spaced lines in the foreground color running from the top to the left-hand side of the shape. | |
msoPatternDashedUpwardDiagonal | Dashed lines in the foreground color running from the top to the left-hand side of the shape. | |
msoPatternDashedDownwardDiagonal | Dashed lines in the foreground color running from the top to the right-hand side of the shape. | |
msoPatternNarrowVertical | Narrowly spaced vertical lines in the foreground color. | |
msoPatternNarrowHorizontal | Narrowly spaced horizontal lines in the foreground color. | |
msoPatternDashedVertical | Dashed vertical lines in the foreground color. | |
msoPatternDashedHorizontal | Dashed horizontal lines in the foreground color. | |
msoPatternLargeConfetti | Large dots in the foreground color scattered across the shape. | |
msoPatternLargeGrid | Solid, widely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. | |
msoPatternHorizontalBrick | Rectangular brick pattern running horizontally across the shape. | |
msoPatternLargeCheckerBoard | Squares in alternating foreground/background colors. | |
msoPatternSmallConfetti | Small dots in the foreground color scattered across the shape. | |
msoPatternZigZag | Zigzag lines running horizontally across the shape. | |
msoPatternSolidDiamond | Diamond shapes in alternating foreground/background colors. | |
msoPatternDiagonalBrick | Rectangular brick pattern running diagonally across the shape. | |
msoPatternOutlinedDiamond | Solid perpendicular lines in the foreground color running diagonally to form diamonds across the shape. | |
msoPatternPlaid | Very thick solid lines in the foreground color running vertically, coupled with very thick lines and 40% of the foreground color running horizontally. | |
msoPatternSphere | Circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape. | |
msoPatternWeave | Weave pattern in the foreground color running diagonally across the shape. | |
msoPatternDottedGrid | Dotted perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. | |
msoPatternDivot | Small angled shapes in the foreground color running in alternating rows down the shape. | |
msoPatternShingle | Overlapping curved rectangles running diagonally across the shape. | |
msoPatternWave | Wavy lines in the foreground color. | |
msoPatternHorizontal | Horizontal | |
msoPatternVertical | Vertical | |
msoPatternCross | Cross | |
msoPatternDownwardDiagonal | Downward Diagonal | |
msoPatternUpwardDiagonal | Upward Diagonal | |
msoPatternDiagonalCross | Diagonal Cross |