The HatchStyle enumeration defines the various hatch patterns that can be used to fill a region in GDI+.
These styles are used by the HatchBrush class to create fill patterns composed of repeating parallel lines.
You can use these enumerated values when constructing a HatchBrush object.
Specifies a horizontal hatch pattern.
Specifies a vertical hatch pattern.
Specifies a forward-diagonal hatch pattern (from bottom-left to top-right).
Specifies a backward-diagonal hatch pattern (from top-left to bottom-right).
Specifies a cross hatch pattern.
Specifies a diagonal cross hatch pattern.
Specifies a hatch pattern with 5% density.
Specifies a hatch pattern with 10% density.
Specifies a hatch pattern with 20% density.
Specifies a hatch pattern with 25% density.
Specifies a hatch pattern with 30% density.
Specifies a hatch pattern with 40% density.
Specifies a hatch pattern with 50% density.
Specifies a hatch pattern with 60% density.
Specifies a hatch pattern with 70% density.
Specifies a hatch pattern with 75% density.
Specifies a hatch pattern with 80% density.
Specifies a hatch pattern with 90% density.
Specifies a dark downward diagonal hatch pattern.
Specifies a dark upward diagonal hatch pattern.
Specifies a dark horizontal hatch pattern.
Specifies a dark vertical hatch pattern.
Specifies a dark gray hatch pattern (type 1).
Specifies a dark gray hatch pattern (type 2).
Specifies a dark gray hatch pattern (type 3).
Specifies a dark gray hatch pattern (type 4).
Specifies a dark gray hatch pattern (type 5).
Specifies a dark gray hatch pattern (type 6).
Specifies a dark gray hatch pattern (type 7).
Specifies a dark gray hatch pattern (type 8).
Specifies a light downward diagonal hatch pattern.
Specifies a light upward diagonal hatch pattern.
Specifies a light horizontal hatch pattern.
Specifies a light vertical hatch pattern.
Specifies a light gray hatch pattern (type 1).
Specifies a light gray hatch pattern (type 2).
Specifies a light gray hatch pattern (type 3).
Specifies a light gray hatch pattern (type 4).
Specifies a light gray hatch pattern (type 5).
Specifies a light gray hatch pattern (type 6).
Specifies a light gray hatch pattern (type 7).
Specifies a light gray hatch pattern (type 8).
Specifies a shingle hatch pattern.
Specifies a plaid hatch pattern.
Specifies a weave hatch pattern.
Specifies a dotted grid hatch pattern.
Specifies a woven line hatch pattern.
Specifies a divot hatch pattern.
Specifies a trellis hatch pattern.
Specifies a sphere hatch pattern.
Specifies a cylinder hatch pattern.
Specifies an X-literal hatch pattern.
Specifies a zigzag hatch pattern.
Specifies a wave hatch pattern.
Specifies a scribble hatch pattern.
Specifies a small confetti hatch pattern.
Specifies a large confetti hatch pattern.
Specifies a triangles hatch pattern.
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)