Enum BrushHatchStyle
Specifies the different patterns available for the hatch brushes.
public enum BrushHatchStyle
Fields
BackwardDiagonal = 0
A pattern of lines on a diagonal from upper right to lower left.
Cross = 3
Specifies horizontal and vertical lines that cross.
DiagonalCross = 2
A pattern of crisscross diagonal lines.
ForwardDiagonal = 1
A pattern of lines on a diagonal from upper left to lower right.
Horizontal = 4
A pattern of horizontal lines.
Vertical = 5
A pattern of vertical lines.