MsoPatternType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the fill pattern used in a shape.
public enum class MsoPatternType
public enum MsoPatternType
type MsoPatternType =
Public Enum MsoPatternType
- Inheritance
-
MsoPatternType
Fields
Name | Value | Description |
---|---|---|
msoPatternMixed | -2 | Not supported. |
msoPattern5Percent | 1 | 5% of the foreground color. |
msoPattern10Percent | 2 | 10% of the foreground color. |
msoPattern20Percent | 3 | 20% of the foreground color. |
msoPattern25Percent | 4 | 25% of the foreground color. |
msoPattern30Percent | 5 | 30% of the foreground color. |
msoPattern40Percent | 6 | 40% of the foreground color. |
msoPattern50Percent | 7 | 50% of the foreground color. |
msoPattern60Percent | 8 | 60% of the foreground color. |
msoPattern70Percent | 9 | 70% of the foreground color. |
msoPattern75Percent | 10 | 75% of the foreground color. |
msoPattern80Percent | 11 | 80% of the foreground color. |
msoPattern90Percent | 12 | 90% of the foreground color. |
msoPatternDarkHorizontal | 13 | Thick horizontal lines in the foreground color. |
msoPatternDarkVertical | 14 | Thick vertical lines in the foreground color. |
msoPatternDarkDownwardDiagonal | 15 | Thick lines in the foreground color running from the top to the right-hand side of the shape. |
msoPatternDarkUpwardDiagonal | 16 | Thick lines in the foreground color running from the top to the left-hand side of the shape. |
msoPatternSmallCheckerBoard | 17 | Small squares in alternating foreground/background colors. |
msoPatternTrellis | 18 | Trellis pattern in the foreground color. |
msoPatternLightHorizontal | 19 | Thin horizontal lines in the foreground color. |
msoPatternLightVertical | 20 | Thin vertical lines in the foreground color. |
msoPatternLightDownwardDiagonal | 21 | Thin lines in the foreground color running from the top to the right-hand side of the shape. |
msoPatternLightUpwardDiagonal | 22 | Thin lines in the foreground color running from the top to the left-hand side of the shape. |
msoPatternSmallGrid | 23 | Solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. |
msoPatternDottedDiamond | 24 | Dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape. |
msoPatternWideDownwardDiagonal | 25 | Widely spaced lines in the foreground color running from the top to the right-hand side of the shape. |
msoPatternWideUpwardDiagonal | 26 | Widely spaced lines in the foreground color running from the top to the left-hand side of the shape. |
msoPatternDashedUpwardDiagonal | 27 | Dashed lines in the foreground color running from the top to the left-hand side of the shape. |
msoPatternDashedDownwardDiagonal | 28 | Dashed lines in the foreground color running from the top to the right-hand side of the shape. |
msoPatternNarrowVertical | 29 | Narrowly spaced vertical lines in the foreground color. |
msoPatternNarrowHorizontal | 30 | Narrowly spaced horizontal lines in the foreground color. |
msoPatternDashedVertical | 31 | Dashed vertical lines in the foreground color. |
msoPatternDashedHorizontal | 32 | Dashed horizontal lines in the foreground color. |
msoPatternLargeConfetti | 33 | Large dots in the foreground color scattered across the shape. |
msoPatternLargeGrid | 34 | Solid, widely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. |
msoPatternHorizontalBrick | 35 | Rectangular brick pattern running horizontally across the shape. |
msoPatternLargeCheckerBoard | 36 | Squares in alternating foreground/background colors. |
msoPatternSmallConfetti | 37 | Small dots in the foreground color scattered across the shape. |
msoPatternZigZag | 38 | Zigzag lines running horizontally across the shape. |
msoPatternSolidDiamond | 39 | Diamond shapes in alternating foreground/background colors. |
msoPatternDiagonalBrick | 40 | Rectangular brick pattern running diagonally across the shape. |
msoPatternOutlinedDiamond | 41 | Solid perpendicular lines in the foreground color running diagonally to form diamonds across the shape. |
msoPatternPlaid | 42 | Very thick solid lines in the foreground color running vertically, coupled with very thick lines and 40% of the foreground color running horizontally. |
msoPatternSphere | 43 | Circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape. |
msoPatternWeave | 44 | Weave pattern in the foreground color running diagonally across the shape. |
msoPatternDottedGrid | 45 | Dotted perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. |
msoPatternDivot | 46 | Small angled shapes in the foreground color running in alternating rows down the shape. |
msoPatternShingle | 47 | Overlapping curved rectangles running diagonally across the shape. |
msoPatternWave | 48 | Wavy lines in the foreground color. |
msoPatternHorizontal | 49 | Horizontal |
msoPatternVertical | 50 | Vertical |
msoPatternCross | 51 | Cross |
msoPatternDownwardDiagonal | 52 | Downward Diagonal |
msoPatternUpwardDiagonal | 53 | Upward Diagonal |
msoPatternDiagonalCross | 54 | Diagonal Cross |