public enum ENPredefinedFillPattern : System.Enum
public enum ENPredefinedFillPattern : System.Enum
Member | Description |
---|---|
GradientDiagonalDown | Diagonal gradient with direction from the bottom right corner to the top left corner. |
GradientDiagonalUp | Diagonal gradient with direction from the bottom left corner to the top right corner. |
GradientFromCenter | Gradient starting from the center. |
GradientFromCorner | Diagonal gradient starting from one of the four corners. |
GradientHorizontal | Horizontal gradient. |
GradientVertical | Vertical gradient. |
HatchBackwardDiagonal | A pattern of lines on a diagonal from upper right to lower left. |
HatchCross | Specifies horizontal and vertical lines that cross. |
HatchDarkDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of ForwardDiagonal. This hatch pattern is not antialiased. |
HatchDarkHorizontal | Specifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice the width of Horizontal. |
HatchDarkUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than BackwardDiagonal, and are twice its width, but the lines are not antialiased. |
HatchDarkVertical | Specifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width. |
HatchDashedDownwardDiagonal | Specifies dashed diagonal lines, that slant to the right from top points to bottom points. |
HatchDashedHorizontal | Specifies dashed horizontal lines. |
HatchDashedUpwardDiagonal | Specifies dashed diagonal lines, that slant to the left from top points to bottom points. |
HatchDashedVertical | Specifies dashed vertical lines. |
HatchDiagonalBrick | Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points. |
HatchDiagonalCross | A pattern of crisscross diagonal lines. |
HatchDivot | Specifies a hatch that has the appearance of divots. |
HatchDottedDiamond | Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross. |
HatchDottedGrid | Specifies horizontal and vertical lines, each of which is composed of dots, that cross. |
HatchForwardDiagonal | A pattern of lines on a diagonal from upper left to lower right. |
HatchHorizontal | A pattern of horizontal lines. |
HatchHorizontalBrick | Specifies a hatch that has the appearance of horizontally layered bricks. |
HatchLargeCheckerBoard | Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard. |
HatchLargeConfetti | Specifies a hatch that has the appearance of confetti, and is composed of larger pieces than SmallConfetti. |
HatchLightDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than ForwardDiagonal, but are not antialiased. |
HatchLightHorizontal | Specifies horizontal lines that are spaced 50 percent closer together than Horizontal. |
HatchLightUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not antialiased. |
HatchLightVertical | Specifies vertical lines that are spaced 50 percent closer together than Vertical. |
HatchNarrowHorizontal | Specifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal (or 25 percent closer together than LightHorizontal). |
HatchNarrowVertical | Specifies vertical lines that are spaced 75 percent closer together than hatch style Vertical (or 25 percent closer together than LightVertical). |
HatchOutlinedDiamond | Specifies forward diagonal and backward diagonal lines that cross but are not antialiased. |
HatchPercent05 | Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:100. |
HatchPercent10 | Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:100. |
HatchPercent20 | Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:100. |
HatchPercent25 | Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:100. |
HatchPercent30 | Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:100. |
HatchPercent40 | Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:100. |
HatchPercent50 | Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:100. |
HatchPercent60 | Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:100. |
HatchPercent70 | Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:100. |
HatchPercent75 | Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:100. |
HatchPercent80 | Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100. |
HatchPercent90 | Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:100. |
HatchPlaid | Specifies a hatch that has the appearance of a plaid material. |
HatchShingle | Specifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points. |
HatchSmallCheckerBoard | Specifies a hatch that has the appearance of a checkerboard. |
HatchSmallConfetti | Specifies a hatch that has the appearance of confetti. |
HatchSmallGrid | Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Cross. |
HatchSolidDiamond | Specifies a hatch that has the appearance of a checkerboard placed diagonally. |
HatchSphere | Specifies a hatch that has the appearance of spheres laid adjacent to one another. |
HatchTrellis | Specifies a hatch that has the appearance of a trellis. |
HatchVertical | A pattern of vertical lines. |
HatchWave | Specifies horizontal lines that are composed of tildes. |
HatchWeave | Specifies a hatch that has the appearance of a woven material. |
HatchWideDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal, and are triple its width, but are not antialiased. |
HatchWideUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style BackwardDiagonal, and are triple its width, but are not antialiased. |
HatchZigZag | Specifies horizontal lines that are composed of zigzags. |
Solid | Solid color fill. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Graphics.ENPredefinedFillPattern
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)