[]
Specifies the fill pattern used in a shape.
public enum PatternType
Cross = 51Specifies to use a cross pattern.
DarkDownwardDiagonal = 15Specifies to use thick lines in the foreground color running from the top to the right-hand side of the shape.
DarkHorizontal = 13Specifies to use thick horizontal lines in the foreground color.
DarkUpwardDiagonal = 16Specifies to use thick lines in the foreground color running from the top to the left-hand side of the shape.
DarkVertical = 14Specifies to use thick vertical lines in the foreground color.
DashedDownwardDiagonal = 28Specifies to use dashed lines in the foreground color running from the top to the right-hand side of the shape.
DashedHorizontal = 32Specifies to use dashed horizontal lines in the foreground color.
DashedUpwardDiagonal = 27Specifies to use dashed lines in the foreground color running from the top to the left-hand side of the shape.
DashedVertical = 31Specifies to use dashed vertical lines in the foreground color.
DiagonalBrick = 40Specifies to use a rectangular brick pattern running diagonally across the shape.
DiagonalCross = 54Specifies to use a diagonal cross pattern.
Divot = 46Specifies to use small angled shapes in the foreground color running in alternating rows down the shape.
DottedDiamond = 24Specifies to use dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape.
DottedGrid = 45Specifies to use dotted perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
DownwardDiagonal = 52Specifies to use a downward diagonal pattern.
Horizontal = 49Specifies to use a horizontal pattern.
HorizontalBrick = 35Specifies to use a rectangular brick pattern running horizontally across the shape.
LargeCheckerBoard = 36Specifies to use squares in alternating foreground or background colors.
LargeConfetti = 33Specifies to use large dots in the foreground color scattered across the shape.
LargeGrid = 34Specifies to use solid, widely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
LightDownwardDiagonal = 21Specifies to use thin lines in the foreground color running from the top to the right-hand side of the shape.
LightHorizontal = 19Specifies to use thin horizontal lines in the foreground color.
LightUpwardDiagonal = 22Specifies to use thin lines in the foreground color running from the top to the left-hand side of the shape.
LightVertical = 20Specifies to use thin vertical lines in the foreground color.
Mixed = 55Specifies mixed pattern.
NarrowHorizontal = 30Specifies to use narrowly spaced horizontal lines in the foreground color.
NarrowVertical = 29Specifies to use narrowly spaced vertical lines in the foreground color.
None = 0Specifies no pattern.
OutlinedDiamond = 41Specifies to use solid perpendicular lines in the foreground color running diagonally to form diamonds across the shape.
Percent10 = 2Specifies to use 10% of the foreground color.
Percent20 = 3Specifies to use 20% of the foreground color.
Percent25 = 4Specifies to use 25% of the foreground color.
Percent30 = 5Specifies to use 30% of the foreground color.
Percent40 = 6Specifies to use 40% of the foreground color.
Percent5 = 1Specifies to use 5% of the foreground color.
Percent50 = 7Specifies to use 50% of the foreground color.
Percent60 = 8Specifies to use 60% of the foreground color.
Percent70 = 9Specifies to use 70% of the foreground color.
Percent75 = 10Specifies to use 75% of the foreground color.
Percent80 = 11Specifies to use 80% of the foreground color.
Percent90 = 12Specifies to use 90% of the foreground color.
Plaid = 42Specifies to use very thick solid lines in the foreground color running vertically, coupled with very thick lines and 40% of the foreground color running horizontally.
Shingle = 47Specifies to use overlapping curved rectangles running diagonally across the shape.
SmallCheckerBoard = 17Specifies to use small squares in alternating foreground and background colors.
SmallConfetti = 37Specifies to use small dots in the foreground color scattered across the shape.
SmallGrid = 23Specifies to use solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
SolidDiamond = 39Specifies to use diamond shapes in alternating foreground or background colors.
Sphere = 43Specifies to use circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape.
Trellis = 18Specifies to use a trellis pattern in the foreground color.
UpwardDiagonal = 53Specifies to use an upward diagonal pattern.
Vertical = 50Specifies to use a vertical pattern.
Wave = 48Specifies to use wavy lines in the foreground color.
Weave = 44Specifies to use a weave pattern in the foreground color running diagonally across the shape.
WideDownwardDiagonal = 25Specifies to use widely spaced lines in the foreground color running from the top to the right-hand side of the shape.
WideUpwardDiagonal = 26Specifies to use widely spaced lines in the foreground color running from the top to the left-hand side of the shape.
ZigZag = 38Specifies to use zigzag lines running horizontally across the shape.