Share via


MsoPatternType Enumeration 

Specifies the fill pattern used in a shape.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoPatternType1 As MsoPatternType = MsoPatternType.msoPattern10Percent

Syntax

Public Enum MsoPatternType
public enum MsoPatternType
public enum class MsoPatternType
public enum MsoPatternType
public enum MsoPatternType

Members

Member name Description
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.
msoPattern5Percent 5% 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.
msoPatternDarkDownwardDiagonal Thick lines in the foreground color running from the top to the right-hand side of the shape.
msoPatternDarkHorizontal Thick horizontal lines in the foreground color.
msoPatternDarkUpwardDiagonal Thick lines in the foreground color running from the top to the left-hand side of the shape.
msoPatternDarkVertical Thick vertical lines in the foreground color.
msoPatternDashedDownwardDiagonal Dashed lines in the foreground color running from the top to the right-hand side of the shape.
msoPatternDashedHorizontal Dashed horizontal lines in the foreground color.
msoPatternDashedUpwardDiagonal Dashed lines in the foreground color running from the top to the left-hand side of the shape.
msoPatternDashedVertical Dashed vertical lines in the foreground color.
msoPatternDiagonalBrick Rectangular brick pattern running diagonally across the shape.
msoPatternDivot Small angled shapes in the foreground color running in alternating rows down the shape.
msoPatternDottedDiamond Dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape.
msoPatternDottedGrid Dotted 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.
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.
msoPatternLightDownwardDiagonal Thin lines in the foreground color running from the top to the right-hand side of the shape.
msoPatternLightHorizontal Thin horizontal lines in the foreground color.
msoPatternLightUpwardDiagonal Thin lines in the foreground color running from the top to the left-hand side of the shape.
msoPatternLightVertical Thin vertical lines in the foreground color.
msoPatternMixed Not supported.
msoPatternNarrowHorizontal Narrowly spaced horizontal lines in the foreground color.
msoPatternNarrowVertical Narrowly spaced vertical lines in the foreground color.
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.
msoPatternShingle Overlapping curved rectangles running diagonally across the shape.
msoPatternSmallCheckerBoard Small squares in alternating foreground/background colors.
msoPatternSmallConfetti Small dots in the foreground color scattered across the shape.
msoPatternSmallGrid Solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
msoPatternSolidDiamond Diamond shapes in alternating foreground/background colors.
msoPatternSphere Circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape.
msoPatternTrellis Trellis pattern in the foreground color.
msoPatternWave Wavy lines in the foreground color.
msoPatternWeave Weave pattern in the foreground color running diagonally 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.
msoPatternZigZag Zigzag lines running horizontally across the shape.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace