Enum PatternType
Specifies the fill pattern type used.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum PatternType
Fields
Name | Description |
---|---|
Cross | Cross. |
DarkDownwardDiagonal | Thick lines in the foreground color running from the top to the right-hand side of the shape. |
DarkHorizontal | Thick horizontal lines in the foreground color. |
DarkUpwardDiagonal | Thick lines in the foreground color running from the top to the left-hand side of the shape. |
DarkVertical | Thick vertical lines in the foreground color. |
DashedDownwardDiagonal | Dashed lines in the foreground color running from the top to the right-hand side of the shape. |
DashedHorizontal | Dashed horizontal lines in the foreground color. |
DashedUpwardDiagonal | Dashed lines in the foreground color running from the top to the left-hand side of the shape. |
DashedVertical | Dashed vertical lines in the foreground color. |
DiagonalBrick | Rectangular brick pattern running diagonally across the shape. |
DiagonalCross | Diagonal Cross |
Divot | Small angled shapes in the foreground color running in alternating rows down the shape. |
DottedDiamond | Dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape. |
DottedGrid | Dotted perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. |
DownwardDiagonal | Downward Diagonal |
Horizontal | Horizontal |
HorizontalBrick | Rectangular brick pattern running horizontally across the shape. |
LargeCheckerBoard | Squares in alternating foreground/background colors. |
LargeConfetti | Large dots in the foreground color scattered across the shape. |
LargeGrid | Solid, widely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. |
LightDownwardDiagonal | Thin lines in the foreground color running from the top to the right-hand side of the shape. |
LightHorizontal | Thin horizontal lines in the foreground color. |
LightUpwardDiagonal | Thin lines in the foreground color running from the top to the left-hand side of the shape. |
LightVertical | Thin vertical lines in the foreground color. |
Mixed | Not supported. |
NarrowHorizontal | Narrowly spaced horizontal lines in the foreground color. |
NarrowVertical | Narrowly spaced vertical lines in the foreground color. |
OutlinedDiamond | Solid perpendicular lines in the foreground color running diagonally to form diamonds across the shape. |
Pattern10Percent | 10% of the foreground color. |
Pattern20Percent | 20% of the foreground color. |
Pattern25Percent | 25% of the foreground color. |
Pattern30Percent | 30% of the foreground color. |
Pattern40Percent | 40% of the foreground color. |
Pattern50Percent | 50% of the foreground color. |
Pattern5Percent | 5% of the foreground color. |
Pattern60Percent | 60% of the foreground color. |
Pattern70Percent | 70% of the foreground color. |
Pattern75Percent | 75% of the foreground color. |
Pattern80Percent | 80% of the foreground color. |
Pattern90Percent | 90% of the foreground color. |
Plaid | Very thick solid lines in the foreground color running vertically, coupled with very thick lines and 40% of the foreground color running horizontally. |
Shingle | Overlapping curved rectangles running diagonally across the shape. |
SmallCheckerBoard | Small squares in alternating foreground/background colors. |
SmallConfetti | Small dots in the foreground color scattered across the shape. |
SmallGrid | Solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape. |
SolidDiamond | Diamond shapes in alternating foreground/background colors. |
Sphere | Circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape. |
Trellis | Trellis pattern in the foreground color. |
UpwardDiagonal | Upward Diagonal |
Vertical | Vertical |
Wave | Wavy lines in the foreground color. |
Weave | Weave pattern in the foreground color running diagonally across the shape. |
WideDownwardDiagonal | Widely spaced lines in the foreground color running from the top to the right-hand side of the shape. |
WideUpwardDiagonal | Widely spaced lines in the foreground color running from the top to the left-hand side of the shape. |
ZigZag | Zigzag lines running horizontally across the shape. |