Version

FillHatchStyle Enumeration

Specifies if and how a hatch brush will be used to fill the background of a graphical element.
Syntax
'Declaration
 
Public Enum FillHatchStyle 
   Inherits System.Enum
public enum FillHatchStyle : System.Enum 
Members
MemberDescription
BackwardDiagonalA pattern of lines on a diagonal from upper right to lower left.
DarkDownwardDiagonalSpecifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than ForwardDiagonal, and are twice the width. This hatch pattern is not antialiased.
DarkHorizontalSpecifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice the width of Horizontal.
DarkUpwardDiagonalSpecifies 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.
DarkVerticalSpecifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width.
DashedDownwardDiagonalSpecifies dashed diagonal lines, that slant to the right from top points to bottom points.
DashedHorizontalSpecifies dashed horizontal lines.
DashedUpwardDiagonalSpecifies dashed diagonal lines, that slant to the left from top points to bottom points.
DashedVerticalSpecifies dashed vertical lines.
DefaultThe default style.
DiagonalBrickSpecifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.
DiagonalCrossSpecifies forward diagonal and backward diagonal lines that cross. The lines are antialiased.
DivotSpecifies a hatch that has the appearance of divots.
DottedDiamondSpecifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.
DottedGridSpecifies horizontal and vertical lines, each of which is composed of dots, that cross.
ForwardDiagonalA pattern of lines on a diagonal from upper left to lower right.
HorizontalA pattern of horizontal lines.
HorizontalBrickSpecifies a hatch that has the appearance of horizontally layered bricks.
LargeCheckerBoardSpecifies a hatch that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard.
LargeConfettiSpecifies a hatch that has the appearance of confetti, and is composed of larger pieces than SmallConfetti.
LargeGridSpecifies horizontal and vertical lines that cross at right angles.
LightDownwardDiagonalSpecifies diagonal lines that slant to the right from bottom points to top points and are spaced 50 percent closer together than ForwardDiagonal, but they are not antialiased.
LightHorizontalSpecifies horizontal lines that are spaced 50 percent closer together than Horizontal.
LightUpwardDiagonalSpecifies 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.
LightVerticalSpecifies vertical lines that are spaced 50 percent closer together than Vertical.
NarrowHorizontalSpecifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal (or 25 percent closer together than LightHorizontal).
NarrowVerticalSpecifies vertical lines that are spaced 75 percent closer together than Vertical (or 25 percent closer together than LightVertical).
NoneNo hatch.
OutlinedDiamondSpecifies forward diagonal and backward diagonal lines that cross but are not antialiased.
Percent05Specifies a 5-percent hatch.
Percent10Specifies a 10-percent hatch.
Percent20Specifies a 20-percent hatch.
Percent25Specifies a 25-percent hatch.
Percent30Specifies a 30-percent hatch.
Percent40Specifies a 40-percent hatch.
Percent50Specifies a 50-percent hatch.
Percent60Specifies a 60-percent hatch.
Percent70Specifies a 70-percent hatch.
Percent75Specifies a 75-percent hatch.
Percent80Specifies a 80-percent hatch.
Percent90Specifies a 90-percent hatch.
PlaidSpecifies a hatch that has the appearance of a plaid material.
ShingleSpecifies a hatch that has the appearance of diagonally-layered shingles that slant to the right from top points to bottom points.
SmallCheckerBoardSpecifies a hatch that has the appearance of a checkerboard.
SmallConfettiSpecifies a hatch that has the appearance of confetti.
SmallGridSpecifies horizontal and vertical lines that cross and are spaced 50 percent closer together than LargeGrid.
SolidDiamondSpecifies a hatch that has the appearance of a checkerboard placed diagonally.
SphereSpecifies a hatch that has the appearance of spheres laid adjacent to one another.
TrellisSpecifies a hatch that has the appearance of a trellis.
VerticalA pattern of vertical lines.
WaveSpecifies horizontal lines that are composed of wavey tildes.
WeaveSpecifies a hatch that has the appearance of a woven material.
WideDownwardDiagonalSpecifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as ForwardDiagonal, and are triple its width, but are not antialiased.
WideUpwardDiagonalSpecifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as BackwardDiagonal, and are triple its width, but are not antialiased.
ZigZagSpecifies horizontal lines that are composed of zig-zags.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also